#D08DA5

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

Shades of Can Can #D08DA5

Tints of Can Can #D08DA5

Color information

#D08DA5 (or 0xD08DA5) is unknown color: approx Can Can. HEX triplet: D0, 8D and A5. RGB value is (208,141,165). Sum of RGB (Red+Green+Blue) = 208+141+165=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D08DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08DA5 is #2F725A. Grayscale: #A3A3A3. Windows color (decimal): -3109467 or 10849744. OLE color: 10849744.

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

Color convert

RGB208141165-
CMYK00.320.210.18
HSL338.51º41.61%68.43%-
HSV(B)338.51º32.21%81.57%-
XYZ42.3335.1840.16-
YUV163.77128.7159.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.47%
GREEN value IS 141 (55.47% from 255) = 27.43%
BLUE value IS 165 (64.84% from 255) = 32.10%
R=40.47%
G=27.43%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814116500.320.210.18338.5141.6168.43
HexD08DA502015121532a44
Octal320215245040252252352104
Binary110100001000110110100101010000010101100101010100111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08DA5; }

 p { color: rgb(208,141,165); }

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

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

 a { background-color: rgb(208,141,165); }

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

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

 span { border-color: rgb(208,141,165); }

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