Shades of Can Can #DB83A1
Tints of Can Can #DB83A1
RGB
CMYK
RGB Variations
Color information
#DB83A1 (or 0xDB83A1) is known color: Can Can. HEX triplet: DB, 83 and A1. RGB value is (219,131,161). Sum of RGB (Red+Green+Blue) = 219+131+161=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 161 (63.28% from 255 or 31.51% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DB83A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB83A1 is #247C5E. Grayscale: #A0A0A0. Windows color (decimal): -2391135 or 10585051. OLE color: 10585051.
HSL color Cylindrical-coordinate representation of color #DB83A1: hue angle of 339.55º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB83A1 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 131 | 161 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.14 |
| HSL | 339.55º | 0.55% | 0.69% | - |
| HSV(B) | 339.55º | 0.4% | 0.86% | - |
| XYZ | 43.76 | 33.87 | 37.95 | - |
| YUV | 160.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 131 | 161 | 0 | 0.40 | 0.26 | 0.14 | 339.55 | 0.55 | 0.69 |
| Hex | DB | 83 | A1 | 0 | 28 | 1A | E | 154 | 37 | 45 |
| Octal | 333 | 203 | 241 | 0 | 50 | 32 | 16 | 524 | 67 | 105 |
| Binary | 11011011 | 10000011 | 10100001 | 0 | 101000 | 11010 | 1110 | 101010100 | 110111 | 1000101 |
Color Harmonies of #DB83A1
Complementary color
Monochromatic Colors of #DB83A1
Black with #DB83A1
Text Example
Text Example
White with #DB83A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB83A1; }
p { color: rgb(219,131,161); }
H1.HeaderClassName
{
color: #DB83A1;
}
.AnyTagClassName
{
color: #DB83A1;
}
</style>
background-color css
<style>
a { background-color: #DB83A1; }
a { background-color: rgb(219,131,161); }
div.DivClassName
{
background-color: #DB83A1;
}
.BgClassName
{
background-color: #DB83A1;
}
</style>
border-color css
<style>
span { border-color: #DB83A1; }
span { border-color: rgb(219,131,161); }
td.TdClassName
{
border-color: #DB83A1;
}
.TagClassName
{
border-color: #DB83A1;
}
</style>