Html Css Color HEX #D996CA Lilac

📋 copy color: '#D996CA'

red 217 ◦ green 150 ◦ blue 202

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

Shades of Lilac #D996CA

Tints of Lilac #D996CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.36%

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

R = 38.14%
G = 26.36%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D996CA (or 0xD996CA) is known color: Lilac. HEX triplet: D9, 96 and CA. RGB value is (217,150,202). Sum of RGB (Red+Green+Blue) = 217+150+202=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 150 (58.98% from 255 or 26.36% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D996CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D996CA is #266935. Grayscale: #AFAFAF. Windows color (decimal): -2517302 or 13276889. OLE color: 13276889.

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

Color convert

RGB 217 150 202 -
CMYK 0 0.31 0.07 0.15
HSL 313.43º 0.47% 0.72% -
HSV(B) 313.43º 0.31% 0.85% -
XYZ 50.18 40.83 61.11 -
YUV 175.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 217 150 202 0 0.31 0.07 0.15 313.43 0.47 0.72
Hex D9 96 CA 0 1F 7 F 139 2F 48
Octal 331 226 312 0 37 7 17 471 57 110
Binary 11011001 10010110 11001010 0 11111 111 1111 100111001 101111 1001000

Color Harmonies of #D996CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D996CA

Black with #D996CA

Text Example


Text Example

White with #D996CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D996CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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