#D087A8

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

Shades of Can Can #D087A8

Tints of Can Can #D087A8

Color information

#D087A8 (or 0xD087A8) is unknown color: approx Can Can. HEX triplet: D0, 87 and A8. RGB value is (208,135,168). Sum of RGB (Red+Green+Blue) = 208+135+168=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D087A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D087A8 is #2F7857. Grayscale: #A0A0A0. Windows color (decimal): -3111000 or 11044816. OLE color: 11044816.

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

Color convert

RGB208135168-
CMYK00.350.190.18
HSL332.88º43.71%67.25%-
HSV(B)332.88º35.1%81.57%-
XYZ41.7433.5641.32-
YUV160.59132.18161.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 135 (53.12% from 255) = 26.42%
BLUE value IS 168 (66.02% from 255) = 32.88%
R=40.70%
G=26.42%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813516800.350.190.18332.8843.7167.25
HexD087A8023131214d2c43
Octal320207250043232251554103
Binary110100001000011110101000010001110011100101010011011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D087A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D087A8; }

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

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

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

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

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

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

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

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