#D086BC

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

Shades of Lily #D086BC

Tints of Lily #D086BC

Color information

#D086BC (or 0xD086BC) is unknown color: approx Lily. HEX triplet: D0, 86 and BC. RGB value is (208,134,188). Sum of RGB (Red+Green+Blue) = 208+134+188=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 134 (52.73% from 255 or 25.28% from 530); Blue value is 188 (73.83% from 255 or 35.47% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D086BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086BC is #2F7943. Grayscale: #A2A2A2. Windows color (decimal): -3111236 or 12355280. OLE color: 12355280.

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

Color convert

RGB208134188-
CMYK00.360.100.18
HSL316.22º44.05%67.06%-
HSV(B)316.22º35.58%81.57%-
XYZ43.6134.0951.86-
YUV162.28142.52160.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.25%
GREEN value IS 134 (52.73% from 255) = 25.28%
BLUE value IS 188 (73.83% from 255) = 35.47%
R=39.25%
G=25.28%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813418800.360.100.18316.2244.0567.06
HexD086BC024A1213c2c43
Octal320206274044122247454103
Binary11010000100001101011110001001001010100101001111001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086BC; }

 p { color: rgb(208,134,188); }

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

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

 a { background-color: rgb(208,134,188); }

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

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

 span { border-color: rgb(208,134,188); }

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