Html Css Color HEX #D995C8 Lilac

📋 copy color: '#D995C8'

red 217 ◦ green 149 ◦ blue 200

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

Shades of Lilac #D995C8

Tints of Lilac #D995C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 35.34%

R = 38.34%
G = 26.33%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D995C8 (or 0xD995C8) is known color: Lilac. HEX triplet: D9, 95 and C8. RGB value is (217,149,200). Sum of RGB (Red+Green+Blue) = 217+149+200=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 200 (78.52% from 255 or 35.34% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D995C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995C8 is #266A37. Grayscale: #AFAFAF. Windows color (decimal): -2517560 or 13145561. OLE color: 13145561.

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

Color convert

RGB 217 149 200 -
CMYK 0 0.31 0.08 0.15
HSL 315º 0.47% 0.72% -
HSV(B) 315º 0.31% 0.85% -
XYZ 49.79 40.42 59.82 -
YUV 175.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 217 149 200 0 0.31 0.08 0.15 315 0.47 0.72
Hex D9 95 C8 0 1F 8 F 13B 2F 48
Octal 331 225 310 0 37 10 17 473 57 110
Binary 11011001 10010101 11001000 0 11111 1000 1111 100111011 101111 1001000

Color Harmonies of #D995C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995C8

Black with #D995C8

Text Example


Text Example

White with #D995C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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