Html Css Color HEX #D992CA Lilac

📋 copy color: '#D992CA'

red 217 ◦ green 146 ◦ blue 202

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

Shades of Lilac #D992CA

Tints of Lilac #D992CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 38.41%
G = 25.84%
B = 35.75%

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

#D992CA (or 0xD992CA) is known color: Lilac. HEX triplet: D9, 92 and CA. RGB value is (217,146,202). Sum of RGB (Red+Green+Blue) = 217+146+202=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 146 (57.42% from 255 or 25.84% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D992CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D992CA is #266D35. Grayscale: #ADADAD. Windows color (decimal): -2518326 or 13275865. OLE color: 13275865.

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

Color convert

RGB 217 146 202 -
CMYK 0 0.33 0.07 0.15
HSL 312.68º 0.48% 0.71% -
HSV(B) 312.68º 0.33% 0.85% -
XYZ 49.55 39.57 60.9 -
YUV 173.61 144.02 158.95 -
System Red Green Blue C M Y K H S L
Decimal 217 146 202 0 0.33 0.07 0.15 312.68 0.48 0.71
Hex D9 92 CA 0 21 7 F 139 30 47
Octal 331 222 312 0 41 7 17 471 60 107
Binary 11011001 10010010 11001010 0 100001 111 1111 100111001 110000 1000111

Color Harmonies of #D992CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992CA

Black with #D992CA

Text Example


Text Example

White with #D992CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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