#D095CA

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

Shades of Lilac #D095CA

Tints of Lilac #D095CA

Color information

#D095CA (or 0xD095CA) is unknown color: approx Lilac. HEX triplet: D0, 95 and CA. RGB value is (208,149,202). Sum of RGB (Red+Green+Blue) = 208+149+202=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 208 - color contains mainly: red. Hex color #D095CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095CA is #2F6A35. Grayscale: #ACACAC. Windows color (decimal): -3107382 or 13276624. OLE color: 13276624.

HSL color Cylindrical-coordinate representation of color #D095CA: hue angle of 306.1º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D095CA is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208149202-
CMYK00.280.030.18
HSL306.1º38.56%70%-
HSV(B)306.1º28.37%81.57%-
XYZ47.4239.1760.94-
YUV172.68144.55153.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.21%
GREEN value IS 149 (58.59% from 255) = 26.65%
BLUE value IS 202 (79.30% from 255) = 36.14%
R=37.21%
G=26.65%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814920200.280.030.18306.138.5670
HexD095CA01C3121322746
Octal32022531203432246247106
Binary11010000100101011100101001110011100101001100101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D095CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D095CA; }

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

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

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

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

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

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

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

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