#D888A0

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

Shades of Can Can #D888A0

Tints of Can Can #D888A0

Color information

#D888A0 (or 0xD888A0) is unknown color: approx Can Can. HEX triplet: D8, 88 and A0. RGB value is (216,136,160). Sum of RGB (Red+Green+Blue) = 216+136+160=512 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.19% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 216 - color contains mainly: red. Hex color #D888A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D888A0 is #27775F. Grayscale: #A2A2A2. Windows color (decimal): -2586464 or 10520792. OLE color: 10520792.

HSL color Cylindrical-coordinate representation of color #D888A0: hue angle of 342º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D888A0 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB216136160-
CMYK00.370.260.15
HSL342º50.63%69.02%-
HSV(B)342º37.04%84.71%-
XYZ43.4734.7537.67-
YUV162.66126.5166.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.19%
GREEN value IS 136 (53.52% from 255) = 26.56%
BLUE value IS 160 (62.89% from 255) = 31.25%
R=42.19%
G=26.56%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613616000.370.260.1534250.6369.02
HexD888A00251AF1563345
Octal330210240045321752663105
Binary11011000100010001010000001001011101011111010101101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D888A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D888A0; }

 p { color: rgb(216,136,160); }

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

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

 a { background-color: rgb(216,136,160); }

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

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

 span { border-color: rgb(216,136,160); }

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