Html Css Color HEX #D993CA Lilac

📋 copy color: '#D993CA'

red 217 ◦ green 147 ◦ blue 202

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

Shades of Lilac #D993CA

Tints of Lilac #D993CA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.97%

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

R = 38.34%
G = 25.97%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D993CA (or 0xD993CA) is known color: Lilac. HEX triplet: D9, 93 and CA. RGB value is (217,147,202). Sum of RGB (Red+Green+Blue) = 217+147+202=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 202 (79.30% from 255 or 35.69% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D993CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D993CA is #266C35. Grayscale: #AEAEAE. Windows color (decimal): -2518070 or 13276121. OLE color: 13276121.

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

Color convert

RGB 217 147 202 -
CMYK 0 0.32 0.07 0.15
HSL 312.86º 0.48% 0.71% -
HSV(B) 312.86º 0.32% 0.85% -
XYZ 49.71 39.88 60.96 -
YUV 174.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 217 147 202 0 0.32 0.07 0.15 312.86 0.48 0.71
Hex D9 93 CA 0 20 7 F 139 30 47
Octal 331 223 312 0 40 7 17 471 60 107
Binary 11011001 10010011 11001010 0 100000 111 1111 100111001 110000 1000111

Color Harmonies of #D993CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993CA

Black with #D993CA

Text Example


Text Example

White with #D993CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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