Html Css Color HEX #D994CA Lilac

📋 copy color: '#D994CA'

red 217 ◦ green 148 ◦ blue 202

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

Shades of Lilac #D994CA

Tints of Lilac #D994CA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.1%

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

R = 38.27%
G = 26.1%
B = 35.63%

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

#D994CA (or 0xD994CA) is known color: Lilac. HEX triplet: D9, 94 and CA. RGB value is (217,148,202). Sum of RGB (Red+Green+Blue) = 217+148+202=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D994CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994CA is #266B35. Grayscale: #AEAEAE. Windows color (decimal): -2517814 or 13276377. OLE color: 13276377.

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

Color convert

RGB 217 148 202 -
CMYK 0 0.32 0.07 0.15
HSL 313.04º 0.48% 0.72% -
HSV(B) 313.04º 0.32% 0.85% -
XYZ 49.87 40.2 61.01 -
YUV 174.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 217 148 202 0 0.32 0.07 0.15 313.04 0.48 0.72
Hex D9 94 CA 0 20 7 F 139 30 48
Octal 331 224 312 0 40 7 17 471 60 110
Binary 11011001 10010100 11001010 0 100000 111 1111 100111001 110000 1001000

Color Harmonies of #D994CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994CA

Black with #D994CA

Text Example


Text Example

White with #D994CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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