Html Css Color HEX #D992C8 Lilac

📋 copy color: '#D992C8'

red 217 ◦ green 146 ◦ blue 200

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

Shades of Lilac #D992C8

Tints of Lilac #D992C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.52%

R = 38.54%
G = 25.93%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D992C8 (or 0xD992C8) is known color: Lilac. HEX triplet: D9, 92 and C8. RGB value is (217,146,200). Sum of RGB (Red+Green+Blue) = 217+146+200=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 146 (57.42% from 255 or 25.93% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D992C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992C8 is #266D37. Grayscale: #ADADAD. Windows color (decimal): -2518328 or 13144793. OLE color: 13144793.

HSL color Cylindrical-coordinate representation of color #D992C8: hue angle of 314.37º 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 #D992C8 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 146 200 -
CMYK 0 0.33 0.08 0.15
HSL 314.37º 0.48% 0.71% -
HSV(B) 314.37º 0.33% 0.85% -
XYZ 49.32 39.48 59.66 -
YUV 173.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 217 146 200 0 0.33 0.08 0.15 314.37 0.48 0.71
Hex D9 92 C8 0 21 8 F 13A 30 47
Octal 331 222 310 0 41 10 17 472 60 107
Binary 11011001 10010010 11001000 0 100001 1000 1111 100111010 110000 1000111

Color Harmonies of #D992C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992C8

Black with #D992C8

Text Example


Text Example

White with #D992C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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