#D084A9

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

Shades of Can Can #D084A9

Tints of Can Can #D084A9

Color information

#D084A9 (or 0xD084A9) is unknown color: approx Can Can. HEX triplet: D0, 84 and A9. RGB value is (208,132,169). Sum of RGB (Red+Green+Blue) = 208+132+169=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 132 (51.95% from 255 or 25.93% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D084A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D084A9 is #2F7B56. Grayscale: #9E9E9E. Windows color (decimal): -3111767 or 11109584. OLE color: 11109584.

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

Color convert

RGB208132169-
CMYK00.370.190.18
HSL330.79º44.71%66.67%-
HSV(B)330.79º36.54%81.57%-
XYZ41.4332.7841.68-
YUV158.94133.68162.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 132 (51.95% from 255) = 25.93%
BLUE value IS 169 (66.41% from 255) = 33.20%
R=40.86%
G=25.93%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813216900.370.190.18330.7944.7166.67
HexD084A9025131214b2d43
Octal320204251045232251355103
Binary110100001000010010101001010010110011100101010010111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084A9; }

 p { color: rgb(208,132,169); }

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

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

 a { background-color: rgb(208,132,169); }

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

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

 span { border-color: rgb(208,132,169); }

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