Html Css Color HEX #D995C9 Lilac

📋 copy color: '#D995C9'

red 217 ◦ green 149 ◦ blue 201

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

Shades of Lilac #D995C9

Tints of Lilac #D995C9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.28%

 BLUE value IS 201 (78.91% from 255) = 35.45%

R = 38.27%
G = 26.28%
B = 35.45%

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

#D995C9 (or 0xD995C9) is known color: Lilac. HEX triplet: D9, 95 and C9. RGB value is (217,149,201). Sum of RGB (Red+Green+Blue) = 217+149+201=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D995C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995C9 is #266A36. Grayscale: #AFAFAF. Windows color (decimal): -2517559 or 13211097. OLE color: 13211097.

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

Color convert

RGB 217 149 201 -
CMYK 0 0.31 0.07 0.15
HSL 314.12º 0.47% 0.72% -
HSV(B) 314.12º 0.31% 0.85% -
XYZ 49.91 40.46 60.44 -
YUV 175.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 217 149 201 0 0.31 0.07 0.15 314.12 0.47 0.72
Hex D9 95 C9 0 1F 7 F 13A 2F 48
Octal 331 225 311 0 37 7 17 472 57 110
Binary 11011001 10010101 11001001 0 11111 111 1111 100111010 101111 1001000

Color Harmonies of #D995C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995C9

Black with #D995C9

Text Example


Text Example

White with #D995C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995C9; }

 p { color: rgb(217,149,201); }

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

background-color css

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

 a { background-color: rgb(217,149,201); }

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

border-color css

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

 span { border-color: rgb(217,149,201); }

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