#D895CA

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

Shades of Lilac #D895CA

Tints of Lilac #D895CA

Color information

#D895CA (or 0xD895CA) is unknown color: approx Lilac. HEX triplet: D8, 95 and CA. RGB value is (216,149,202). Sum of RGB (Red+Green+Blue) = 216+149+202=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 202 (79.30% from 255 or 35.63% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D895CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D895CA is #276A35. Grayscale: #AEAEAE. Windows color (decimal): -2583094 or 13276632. OLE color: 13276632.

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

Color convert

RGB216149202-
CMYK00.310.060.15
HSL312.54º46.21%71.57%-
HSV(B)312.54º31.02%84.71%-
XYZ49.7340.3661.05-
YUV175.08143.2157.19-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 202 (79.30% from 255) = 35.63%
R=38.10%
G=26.28%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614920200.310.060.15312.5446.2171.57
HexD895CA01F6F1392e48
Octal33022531203761747156110
Binary11011000100101011100101001111111011111001110011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D895CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D895CA; }

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

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

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

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

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

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

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

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