Shades of Can Can #D07FA9
Tints of Can Can #D07FA9
RGB
CMYK
RGB Variations
Color information
#D07FA9 (or 0xD07FA9) is known color: Can Can. HEX triplet: D0, 7F and A9. RGB value is (208,127,169). Sum of RGB (Red+Green+Blue) = 208+127+169=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07FA9 is #2F8056. Grayscale: #9B9B9B. Windows color (decimal): -3113047 or 11108304. OLE color: 11108304.
HSL color Cylindrical-coordinate representation of color #D07FA9: hue angle of 328.89º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D07FA9 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 169 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.18 |
| HSL | 328.89º | 0.46% | 0.66% | - |
| HSV(B) | 328.89º | 0.39% | 0.82% | - |
| XYZ | 40.76 | 31.45 | 41.46 | - |
| YUV | 156.01 | 135.34 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 169 | 0 | 0.39 | 0.19 | 0.18 | 328.89 | 0.46 | 0.66 |
| Hex | D0 | 7F | A9 | 0 | 27 | 13 | 12 | 149 | 2E | 42 |
| Octal | 320 | 177 | 251 | 0 | 47 | 23 | 22 | 511 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10101001 | 0 | 100111 | 10011 | 10010 | 101001001 | 101110 | 1000010 |
Color Harmonies of #D07FA9
Complementary color
Monochromatic Colors of #D07FA9
Black with #D07FA9
Text Example
Text Example
White with #D07FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07FA9; }
p { color: rgb(208,127,169); }
H1.HeaderClassName
{
color: #D07FA9;
}
.AnyTagClassName
{
color: #D07FA9;
}
</style>
background-color css
<style>
a { background-color: #D07FA9; }
a { background-color: rgb(208,127,169); }
div.DivClassName
{
background-color: #D07FA9;
}
.BgClassName
{
background-color: #D07FA9;
}
</style>
border-color css
<style>
span { border-color: #D07FA9; }
span { border-color: rgb(208,127,169); }
td.TdClassName
{
border-color: #D07FA9;
}
.TagClassName
{
border-color: #D07FA9;
}
</style>