#D088A1

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

Shades of Can Can #D088A1

Tints of Can Can #D088A1

Color information

#D088A1 (or 0xD088A1) is unknown color: approx Can Can. HEX triplet: D0, 88 and A1. RGB value is (208,136,161). Sum of RGB (Red+Green+Blue) = 208+136+161=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 161 (63.28% from 255 or 31.88% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D088A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D088A1 is #2F775E. Grayscale: #A0A0A0. Windows color (decimal): -3110751 or 10586320. OLE color: 10586320.

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

Color convert

RGB208136161-
CMYK00.350.230.18
HSL339.17º43.37%67.45%-
HSV(B)339.17º34.62%81.57%-
XYZ41.2533.5938.03-
YUV160.38128.35161.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 161 (63.28% from 255) = 31.88%
R=41.19%
G=26.93%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813616100.350.230.18339.1743.3767.45
HexD088A102317121532b43
Octal320210241043272252353103
Binary110100001000100010100001010001110111100101010100111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088A1; }

 p { color: rgb(208,136,161); }

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

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

 a { background-color: rgb(208,136,161); }

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

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

 span { border-color: rgb(208,136,161); }

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