#D288A4

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

Shades of Can Can #D288A4

Tints of Can Can #D288A4

Color information

#D288A4 (or 0xD288A4) is unknown color: approx Can Can. HEX triplet: D2, 88 and A4. RGB value is (210,136,164). Sum of RGB (Red+Green+Blue) = 210+136+164=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 136 (53.52% from 255 or 26.67% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D288A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D288A4 is #2D775B. Grayscale: #A1A1A1. Windows color (decimal): -2979676 or 10782930. OLE color: 10782930.

HSL color Cylindrical-coordinate representation of color #D288A4: hue angle of 337.3º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D288A4 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB210136164-
CMYK00.350.220.18
HSL337.3º45.12%67.84%-
HSV(B)337.3º35.24%82.35%-
XYZ42.0833.9939.46-
YUV161.32129.52162.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 136 (53.52% from 255) = 26.67%
BLUE value IS 164 (64.45% from 255) = 32.16%
R=41.18%
G=26.67%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013616400.350.220.18337.345.1267.84
HexD288A402316121512d44
Octal322210244043262252155104
Binary110100101000100010100100010001110110100101010100011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288A4; }

 p { color: rgb(210,136,164); }

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

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

 a { background-color: rgb(210,136,164); }

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

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

 span { border-color: rgb(210,136,164); }

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