Shades of Can Can #DB7FA1
Tints of Can Can #DB7FA1
RGB
CMYK
RGB Variations
Color information
#DB7FA1 (or 0xDB7FA1) is known color: Can Can. HEX triplet: DB, 7F and A1. RGB value is (219,127,161). Sum of RGB (Red+Green+Blue) = 219+127+161=507 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.20% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 161 (63.28% from 255 or 31.76% from 507); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FA1 is #24805E. Grayscale: #9E9E9E. Windows color (decimal): -2392159 or 10584027. OLE color: 10584027.
HSL color Cylindrical-coordinate representation of color #DB7FA1: hue angle of 337.83º 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 #DB7FA1 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 161 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.14 |
| HSL | 337.83º | 0.56% | 0.68% | - |
| HSV(B) | 337.83º | 0.42% | 0.86% | - |
| XYZ | 43.24 | 32.81 | 37.77 | - |
| YUV | 158.38 | 129.48 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 161 | 0 | 0.42 | 0.26 | 0.14 | 337.83 | 0.56 | 0.68 |
| Hex | DB | 7F | A1 | 0 | 2A | 1A | E | 152 | 38 | 44 |
| Octal | 333 | 177 | 241 | 0 | 52 | 32 | 16 | 522 | 70 | 104 |
| Binary | 11011011 | 1111111 | 10100001 | 0 | 101010 | 11010 | 1110 | 101010010 | 111000 | 1000100 |
Color Harmonies of #DB7FA1
Complementary color
Monochromatic Colors of #DB7FA1
Black with #DB7FA1
Text Example
Text Example
White with #DB7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FA1; }
p { color: rgb(219,127,161); }
H1.HeaderClassName
{
color: #DB7FA1;
}
.AnyTagClassName
{
color: #DB7FA1;
}
</style>
background-color css
<style>
a { background-color: #DB7FA1; }
a { background-color: rgb(219,127,161); }
div.DivClassName
{
background-color: #DB7FA1;
}
.BgClassName
{
background-color: #DB7FA1;
}
</style>
border-color css
<style>
span { border-color: #DB7FA1; }
span { border-color: rgb(219,127,161); }
td.TdClassName
{
border-color: #DB7FA1;
}
.TagClassName
{
border-color: #DB7FA1;
}
</style>