Html Css Color HEX #DA169D Medium Violet Red

📋 copy color: '#DA169D'

red 218 ◦ green 22 ◦ blue 157

#DA169D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #DA169D

Tints of Medium Violet Red #DA169D

RGB

 RED value IS 218 (85.55% from 255) = 54.91%

 GREEN value IS 22 (8.98% from 255) = 5.54%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 54.91%
G = 5.54%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DA169D (or 0xDA169D) is known color: Medium Violet Red. HEX triplet: DA, 16 and 9D. RGB value is (218,22,157). Sum of RGB (Red+Green+Blue) = 218+22+157=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA169D is #25E962. Grayscale: #5F5F5F. Windows color (decimal): -2484579 or 10295002. OLE color: 10295002.

HSL color Cylindrical-coordinate representation of color #DA169D: hue angle of 318.67º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA169D is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 22 157 -
CMYK 0 0.90 0.28 0.15
HSL 318.67º 0.82% 0.47% -
HSV(B) 318.67º 0.9% 0.85% -
XYZ 35.29 17.91 33.5 -
YUV 95.99 162.43 215.02 -
System Red Green Blue C M Y K H S L
Decimal 218 22 157 0 0.90 0.28 0.15 318.67 0.82 0.47
Hex DA 16 9D 0 5A 1C F 13F 52 2F
Octal 332 26 235 0 132 34 17 477 122 57
Binary 11011010 10110 10011101 0 1011010 11100 1111 100111111 1010010 101111

Color Harmonies of #DA169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA169D

Black with #DA169D

Text Example


Text Example

White with #DA169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA169D; }

 p { color: rgb(218,22,157); }

 H1.HeaderClassName
 {
   color: #DA169D;
 }
 .AnyTagClassName
 {
   color: #DA169D;
 }
</style>

background-color css

<style>
 a { background-color: #DA169D; }

 a { background-color: rgb(218,22,157); }

 div.DivClassName
 {
   background-color: #DA169D;
 }
 .BgClassName
 {
   background-color: #DA169D;
 }
</style>

border-color css

<style>
 span { border-color: #DA169D; }

 span { border-color: rgb(218,22,157); }

 td.TdClassName
 {
   border-color: #DA169D;
 }
 .TagClassName
 {
   border-color: #DA169D;
 }
</style>