Html Css Color HEX #D992C9 Lilac

📋 copy color: '#D992C9'

red 217 ◦ green 146 ◦ blue 201

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

Shades of Lilac #D992C9

Tints of Lilac #D992C9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.89%

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

R = 38.48%
G = 25.89%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D992C9 (or 0xD992C9) is known color: Lilac. HEX triplet: D9, 92 and C9. RGB value is (217,146,201). Sum of RGB (Red+Green+Blue) = 217+146+201=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 217 - color contains mainly: red. Hex color #D992C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992C9 is #266D36. Grayscale: #ADADAD. Windows color (decimal): -2518327 or 13210329. OLE color: 13210329.

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

Color convert

RGB 217 146 201 -
CMYK 0 0.33 0.07 0.15
HSL 313.52º 0.48% 0.71% -
HSV(B) 313.52º 0.33% 0.85% -
XYZ 49.44 39.53 60.28 -
YUV 173.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 217 146 201 0 0.33 0.07 0.15 313.52 0.48 0.71
Hex D9 92 C9 0 21 7 F 13A 30 47
Octal 331 222 311 0 41 7 17 472 60 107
Binary 11011001 10010010 11001001 0 100001 111 1111 100111010 110000 1000111

Color Harmonies of #D992C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992C9

Black with #D992C9

Text Example


Text Example

White with #D992C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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