#D895C8

Color #D895C8 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #D895C8

Tints of Lilac #D895C8

Color information

#D895C8 (or 0xD895C8) is unknown color: approx Lilac. HEX triplet: D8, 95 and C8. RGB value is (216,149,200). Sum of RGB (Red+Green+Blue) = 216+149+200=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D895C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895C8 is #276A37. Grayscale: #AEAEAE. Windows color (decimal): -2583096 or 13145560. OLE color: 13145560.

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

Color convert

RGB216149200-
CMYK00.310.070.15
HSL314.33º46.21%71.57%-
HSV(B)314.33º31.02%84.71%-
XYZ49.4940.2659.81-
YUV174.85142.2157.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.23%
GREEN value IS 149 (58.59% from 255) = 26.37%
BLUE value IS 200 (78.52% from 255) = 35.40%
R=38.23%
G=26.37%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614920000.310.070.15314.3346.2171.57
HexD895C801F7F13a2e48
Octal33022531003771747256110
Binary11011000100101011100100001111111111111001110101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895C8; }

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

 H1.HeaderClassName
 {
   color: #D895C8;
 }
 .AnyTagClassName
 {
   color: #D895C8;
 }
</style>
background-color css

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

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

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

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

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

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