Shades of Can Can #D080AA
Tints of Can Can #D080AA
RGB
CMYK
RGB Variations
Color information
#D080AA (or 0xD080AA) is known color: Can Can. HEX triplet: D0, 80 and AA. RGB value is (208,128,170). Sum of RGB (Red+Green+Blue) = 208+128+170=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D080AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D080AA is #2F7F55. Grayscale: #9C9C9C. Windows color (decimal): -3112790 or 11174096. OLE color: 11174096.
HSL color Cylindrical-coordinate representation of color #D080AA: hue angle of 328.5º 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 #D080AA is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 170 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.18 |
| HSL | 328.5º | 0.46% | 0.66% | - |
| HSV(B) | 328.5º | 0.38% | 0.82% | - |
| XYZ | 40.99 | 31.75 | 42 | - |
| YUV | 156.71 | 135.5 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 170 | 0 | 0.38 | 0.18 | 0.18 | 328.5 | 0.46 | 0.66 |
| Hex | D0 | 80 | AA | 0 | 26 | 12 | 12 | 148 | 2E | 42 |
| Octal | 320 | 200 | 252 | 0 | 46 | 22 | 22 | 510 | 56 | 102 |
| Binary | 11010000 | 10000000 | 10101010 | 0 | 100110 | 10010 | 10010 | 101001000 | 101110 | 1000010 |
Color Harmonies of #D080AA
Complementary color
Monochromatic Colors of #D080AA
Black with #D080AA
Text Example
Text Example
White with #D080AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080AA; }
p { color: rgb(208,128,170); }
H1.HeaderClassName
{
color: #D080AA;
}
.AnyTagClassName
{
color: #D080AA;
}
</style>
background-color css
<style>
a { background-color: #D080AA; }
a { background-color: rgb(208,128,170); }
div.DivClassName
{
background-color: #D080AA;
}
.BgClassName
{
background-color: #D080AA;
}
</style>
border-color css
<style>
span { border-color: #D080AA; }
span { border-color: rgb(208,128,170); }
td.TdClassName
{
border-color: #D080AA;
}
.TagClassName
{
border-color: #D080AA;
}
</style>