Html Css Color HEX #D994C9 Lilac

📋 copy color: '#D994C9'

red 217 ◦ green 148 ◦ blue 201

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

Shades of Lilac #D994C9

Tints of Lilac #D994C9

RGB

 RED value IS 217 (85.16% from 255) = 38.34%

 GREEN value IS 148 (58.2% from 255) = 26.15%

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 38.34%
G = 26.15%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D994C9 (or 0xD994C9) is known color: Lilac. HEX triplet: D9, 94 and C9. RGB value is (217,148,201). Sum of RGB (Red+Green+Blue) = 217+148+201=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D994C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994C9 is #266B36. Grayscale: #AEAEAE. Windows color (decimal): -2517815 or 13210841. OLE color: 13210841.

HSL color Cylindrical-coordinate representation of color #D994C9: hue angle of 313.91º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994C9 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 201 -
CMYK 0 0.32 0.07 0.15
HSL 313.91º 0.48% 0.72% -
HSV(B) 313.91º 0.32% 0.85% -
XYZ 49.75 40.15 60.39 -
YUV 174.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 217 148 201 0 0.32 0.07 0.15 313.91 0.48 0.72
Hex D9 94 C9 0 20 7 F 13A 30 48
Octal 331 224 311 0 40 7 17 472 60 110
Binary 11011001 10010100 11001001 0 100000 111 1111 100111010 110000 1001000

Color Harmonies of #D994C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994C9

Black with #D994C9

Text Example


Text Example

White with #D994C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994C9; }

 p { color: rgb(217,148,201); }

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

background-color css

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

 a { background-color: rgb(217,148,201); }

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

border-color css

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

 span { border-color: rgb(217,148,201); }

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