#D087B4

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

Shades of Lily #D087B4

Tints of Lily #D087B4

Color information

#D087B4 (or 0xD087B4) is unknown color: approx Lily. HEX triplet: D0, 87 and B4. RGB value is (208,135,180). Sum of RGB (Red+Green+Blue) = 208+135+180=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 135 (53.12% from 255 or 25.81% from 523); Blue value is 180 (70.70% from 255 or 34.42% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D087B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087B4 is #2F784B. Grayscale: #A1A1A1. Windows color (decimal): -3110988 or 11831248. OLE color: 11831248.

HSL color Cylindrical-coordinate representation of color #D087B4: hue angle of 323.01º 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 #D087B4 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB208135180-
CMYK00.350.130.18
HSL323.01º43.71%67.25%-
HSV(B)323.01º35.1%81.57%-
XYZ42.9134.0347.49-
YUV161.96138.18160.84-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 135 (53.12% from 255) = 25.81%
BLUE value IS 180 (70.70% from 255) = 34.42%
R=39.77%
G=25.81%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813518000.350.130.18323.0143.7167.25
HexD087B4023D121432c43
Octal320207264043152250354103
Binary11010000100001111011010001000111101100101010000111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087B4; }

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

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

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

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

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

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

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

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