Shades of Can Can #DD83A1
Tints of Can Can #DD83A1
RGB
CMYK
RGB Variations
Color information
#DD83A1 (or 0xDD83A1) is known color: Can Can. HEX triplet: DD, 83 and A1. RGB value is (221,131,161). Sum of RGB (Red+Green+Blue) = 221+131+161=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 161 (63.28% from 255 or 31.38% from 513); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD83A1 is #227C5E. Grayscale: #A1A1A1. Windows color (decimal): -2260063 or 10585053. OLE color: 10585053.
HSL color Cylindrical-coordinate representation of color #DD83A1: hue angle of 340º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83A1 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 131 | 161 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.13 |
| HSL | 340º | 0.57% | 0.69% | - |
| HSV(B) | 340º | 0.41% | 0.87% | - |
| XYZ | 44.37 | 34.18 | 37.98 | - |
| YUV | 161.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 131 | 161 | 0 | 0.41 | 0.27 | 0.13 | 340 | 0.57 | 0.69 |
| Hex | DD | 83 | A1 | 0 | 29 | 1B | D | 154 | 39 | 45 |
| Octal | 335 | 203 | 241 | 0 | 51 | 33 | 15 | 524 | 71 | 105 |
| Binary | 11011101 | 10000011 | 10100001 | 0 | 101001 | 11011 | 1101 | 101010100 | 111001 | 1000101 |
Color Harmonies of #DD83A1
Complementary color
Monochromatic Colors of #DD83A1
Black with #DD83A1
Text Example
Text Example
White with #DD83A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD83A1; }
p { color: rgb(221,131,161); }
H1.HeaderClassName
{
color: #DD83A1;
}
.AnyTagClassName
{
color: #DD83A1;
}
</style>
background-color css
<style>
a { background-color: #DD83A1; }
a { background-color: rgb(221,131,161); }
div.DivClassName
{
background-color: #DD83A1;
}
.BgClassName
{
background-color: #DD83A1;
}
</style>
border-color css
<style>
span { border-color: #DD83A1; }
span { border-color: rgb(221,131,161); }
td.TdClassName
{
border-color: #DD83A1;
}
.TagClassName
{
border-color: #DD83A1;
}
</style>