Shades of Can Can #D084A2
Tints of Can Can #D084A2
RGB
CMYK
RGB Variations
Color information
#D084A2 (or 0xD084A2) is known color: Can Can. HEX triplet: D0, 84 and A2. RGB value is (208,132,162). Sum of RGB (Red+Green+Blue) = 208+132+162=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D084A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D084A2 is #2F7B5D. Grayscale: #9E9E9E. Windows color (decimal): -3111774 or 10650832. OLE color: 10650832.
HSL color Cylindrical-coordinate representation of color #D084A2: hue angle of 336.32º 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 #D084A2 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 162 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.18 |
| HSL | 336.32º | 0.45% | 0.67% | - |
| HSV(B) | 336.32º | 0.37% | 0.82% | - |
| XYZ | 40.79 | 32.52 | 38.31 | - |
| YUV | 158.14 | 130.18 | 163.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 162 | 0 | 0.37 | 0.22 | 0.18 | 336.32 | 0.45 | 0.67 |
| Hex | D0 | 84 | A2 | 0 | 25 | 16 | 12 | 150 | 2D | 43 |
| Octal | 320 | 204 | 242 | 0 | 45 | 26 | 22 | 520 | 55 | 103 |
| Binary | 11010000 | 10000100 | 10100010 | 0 | 100101 | 10110 | 10010 | 101010000 | 101101 | 1000011 |
Color Harmonies of #D084A2
Complementary color
Monochromatic Colors of #D084A2
Black with #D084A2
Text Example
Text Example
White with #D084A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D084A2; }
p { color: rgb(208,132,162); }
H1.HeaderClassName
{
color: #D084A2;
}
.AnyTagClassName
{
color: #D084A2;
}
</style>
background-color css
<style>
a { background-color: #D084A2; }
a { background-color: rgb(208,132,162); }
div.DivClassName
{
background-color: #D084A2;
}
.BgClassName
{
background-color: #D084A2;
}
</style>
border-color css
<style>
span { border-color: #D084A2; }
span { border-color: rgb(208,132,162); }
td.TdClassName
{
border-color: #D084A2;
}
.TagClassName
{
border-color: #D084A2;
}
</style>