Shades of Can Can #DB7FA0
Tints of Can Can #DB7FA0
RGB
CMYK
RGB Variations
Color information
#DB7FA0 (or 0xDB7FA0) is known color: Can Can. HEX triplet: DB, 7F and A0. RGB value is (219,127,160). Sum of RGB (Red+Green+Blue) = 219+127+160=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FA0 is #24805F. Grayscale: #9E9E9E. Windows color (decimal): -2392160 or 10518491. OLE color: 10518491.
HSL color Cylindrical-coordinate representation of color #DB7FA0: hue angle of 338.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB7FA0 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 160 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.14 |
| HSL | 338.48º | 0.56% | 0.68% | - |
| HSV(B) | 338.48º | 0.42% | 0.86% | - |
| XYZ | 43.15 | 32.78 | 37.31 | - |
| YUV | 158.27 | 128.98 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 160 | 0 | 0.42 | 0.27 | 0.14 | 338.48 | 0.56 | 0.68 |
| Hex | DB | 7F | A0 | 0 | 2A | 1B | E | 152 | 38 | 44 |
| Octal | 333 | 177 | 240 | 0 | 52 | 33 | 16 | 522 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10100000 | 0 | 101010 | 11011 | 1110 | 101010010 | 111000 | 1000100 |
Color Harmonies of #DB7FA0
Complementary color
Monochromatic Colors of #DB7FA0
Black with #DB7FA0
Text Example
Text Example
White with #DB7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FA0; }
p { color: rgb(219,127,160); }
H1.HeaderClassName
{
color: #DB7FA0;
}
.AnyTagClassName
{
color: #DB7FA0;
}
</style>
background-color css
<style>
a { background-color: #DB7FA0; }
a { background-color: rgb(219,127,160); }
div.DivClassName
{
background-color: #DB7FA0;
}
.BgClassName
{
background-color: #DB7FA0;
}
</style>
border-color css
<style>
span { border-color: #DB7FA0; }
span { border-color: rgb(219,127,160); }
td.TdClassName
{
border-color: #DB7FA0;
}
.TagClassName
{
border-color: #DB7FA0;
}
</style>