Shades of Can Can #D081AA
Tints of Can Can #D081AA
RGB
CMYK
RGB Variations
Color information
#D081AA (or 0xD081AA) is known color: Can Can. HEX triplet: D0, 81 and AA. RGB value is (208,129,170). Sum of RGB (Red+Green+Blue) = 208+129+170=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 129 (50.78% from 255 or 25.44% from 507); Blue value is 170 (66.80% from 255 or 33.53% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D081AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D081AA is #2F7E55. Grayscale: #9D9D9D. Windows color (decimal): -3112534 or 11174352. OLE color: 11174352.
HSL color Cylindrical-coordinate representation of color #D081AA: hue angle of 328.86º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D081AA is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 170 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.18 |
| HSL | 328.86º | 0.46% | 0.66% | - |
| HSV(B) | 328.86º | 0.38% | 0.82% | - |
| XYZ | 41.12 | 32.01 | 42.04 | - |
| YUV | 157.3 | 135.17 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 170 | 0 | 0.38 | 0.18 | 0.18 | 328.86 | 0.46 | 0.66 |
| Hex | D0 | 81 | AA | 0 | 26 | 12 | 12 | 149 | 2E | 42 |
| Octal | 320 | 201 | 252 | 0 | 46 | 22 | 22 | 511 | 56 | 102 |
| Binary | 11010000 | 10000001 | 10101010 | 0 | 100110 | 10010 | 10010 | 101001001 | 101110 | 1000010 |
Color Harmonies of #D081AA
Complementary color
Monochromatic Colors of #D081AA
Black with #D081AA
Text Example
Text Example
White with #D081AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D081AA; }
p { color: rgb(208,129,170); }
H1.HeaderClassName
{
color: #D081AA;
}
.AnyTagClassName
{
color: #D081AA;
}
</style>
background-color css
<style>
a { background-color: #D081AA; }
a { background-color: rgb(208,129,170); }
div.DivClassName
{
background-color: #D081AA;
}
.BgClassName
{
background-color: #D081AA;
}
</style>
border-color css
<style>
span { border-color: #D081AA; }
span { border-color: rgb(208,129,170); }
td.TdClassName
{
border-color: #D081AA;
}
.TagClassName
{
border-color: #D081AA;
}
</style>