Shades of Can Can #D083A1
Tints of Can Can #D083A1
RGB
CMYK
RGB Variations
Color information
#D083A1 (or 0xD083A1) is known color: Can Can. HEX triplet: D0, 83 and A1. RGB value is (208,131,161). Sum of RGB (Red+Green+Blue) = 208+131+161=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 131 (51.56% from 255 or 26.2% from 500); Blue value is 161 (63.28% from 255 or 32.2% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D083A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D083A1 is #2F7C5E. Grayscale: #9D9D9D. Windows color (decimal): -3112031 or 10585040. OLE color: 10585040.
HSL color Cylindrical-coordinate representation of color #D083A1: hue angle of 336.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083A1 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 161 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.18 |
| HSL | 336.62º | 0.45% | 0.66% | - |
| HSV(B) | 336.62º | 0.37% | 0.82% | - |
| XYZ | 40.56 | 32.22 | 37.8 | - |
| YUV | 157.44 | 130.01 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 161 | 0 | 0.37 | 0.23 | 0.18 | 336.62 | 0.45 | 0.66 |
| Hex | D0 | 83 | A1 | 0 | 25 | 17 | 12 | 151 | 2D | 42 |
| Octal | 320 | 203 | 241 | 0 | 45 | 27 | 22 | 521 | 55 | 102 |
| Binary | 11010000 | 10000011 | 10100001 | 0 | 100101 | 10111 | 10010 | 101010001 | 101101 | 1000010 |
Color Harmonies of #D083A1
Complementary color
Monochromatic Colors of #D083A1
Black with #D083A1
Text Example
Text Example
White with #D083A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083A1; }
p { color: rgb(208,131,161); }
H1.HeaderClassName
{
color: #D083A1;
}
.AnyTagClassName
{
color: #D083A1;
}
</style>
background-color css
<style>
a { background-color: #D083A1; }
a { background-color: rgb(208,131,161); }
div.DivClassName
{
background-color: #D083A1;
}
.BgClassName
{
background-color: #D083A1;
}
</style>
border-color css
<style>
span { border-color: #D083A1; }
span { border-color: rgb(208,131,161); }
td.TdClassName
{
border-color: #D083A1;
}
.TagClassName
{
border-color: #D083A1;
}
</style>