Html Css Color HEX #D990CA Lilac

📋 copy color: '#D990CA'

red 217 ◦ green 144 ◦ blue 202

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

Shades of Lilac #D990CA

Tints of Lilac #D990CA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.58%

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

R = 38.54%
G = 25.58%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D990CA (or 0xD990CA) is known color: Lilac. HEX triplet: D9, 90 and CA. RGB value is (217,144,202). Sum of RGB (Red+Green+Blue) = 217+144+202=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D990CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990CA is #266F35. Grayscale: #ACACAC. Windows color (decimal): -2518838 or 13275353. OLE color: 13275353.

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

Color convert

RGB 217 144 202 -
CMYK 0 0.34 0.07 0.15
HSL 312.33º 0.49% 0.71% -
HSV(B) 312.33º 0.34% 0.85% -
XYZ 49.25 38.96 60.8 -
YUV 172.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 217 144 202 0 0.34 0.07 0.15 312.33 0.49 0.71
Hex D9 90 CA 0 22 7 F 138 31 47
Octal 331 220 312 0 42 7 17 470 61 107
Binary 11011001 10010000 11001010 0 100010 111 1111 100111000 110001 1000111

Color Harmonies of #D990CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990CA

Black with #D990CA

Text Example


Text Example

White with #D990CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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