#D087C1

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

Shades of Lilac #D087C1

Tints of Lilac #D087C1

Color information

#D087C1 (or 0xD087C1) is unknown color: approx Lilac. HEX triplet: D0, 87 and C1. RGB value is (208,135,193). Sum of RGB (Red+Green+Blue) = 208+135+193=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 135 (53.12% from 255 or 25.19% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D087C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087C1 is #2F783E. Grayscale: #A3A3A3. Windows color (decimal): -3110975 or 12683216. OLE color: 12683216.

HSL color Cylindrical-coordinate representation of color #D087C1: hue angle of 312.33º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D087C1 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB208135193-
CMYK00.350.070.18
HSL312.33º43.71%67.25%-
HSV(B)312.33º35.1%81.57%-
XYZ44.334.5954.79-
YUV163.44144.68159.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 135 (53.12% from 255) = 25.19%
BLUE value IS 193 (75.78% from 255) = 36.01%
R=38.81%
G=25.19%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813519300.350.070.18312.3343.7167.25
HexD087C10237121382c43
Octal32020730104372247054103
Binary1101000010000111110000010100011111100101001110001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087C1; }

 p { color: rgb(208,135,193); }

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

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

 a { background-color: rgb(208,135,193); }

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

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

 span { border-color: rgb(208,135,193); }

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