#D087B8

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

Shades of Lily #D087B8

Tints of Lily #D087B8

Color information

#D087B8 (or 0xD087B8) is unknown color: approx Lily. HEX triplet: D0, 87 and B8. RGB value is (208,135,184). Sum of RGB (Red+Green+Blue) = 208+135+184=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D087B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087B8 is #2F7847. Grayscale: #A2A2A2. Windows color (decimal): -3110984 or 12093392. OLE color: 12093392.

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

Color convert

RGB208135184-
CMYK00.350.120.18
HSL319.73º43.71%67.25%-
HSV(B)319.73º35.1%81.57%-
XYZ43.3334.249.66-
YUV162.41140.18160.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 135 (53.12% from 255) = 25.62%
BLUE value IS 184 (72.27% from 255) = 34.91%
R=39.47%
G=25.62%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813518400.350.120.18319.7343.7167.25
HexD087B8023C121402c43
Octal320207270043142250054103
Binary11010000100001111011100001000111100100101010000001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087B8; }

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

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

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

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

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

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

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

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