Shades of Can Can #DB7FA4
Tints of Can Can #DB7FA4
RGB
CMYK
RGB Variations
Color information
#DB7FA4 (or 0xDB7FA4) is known color: Can Can. HEX triplet: DB, 7F and A4. RGB value is (219,127,164). Sum of RGB (Red+Green+Blue) = 219+127+164=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 164 (64.45% from 255 or 32.16% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7FA4 is #24805B. Grayscale: #9E9E9E. Windows color (decimal): -2392156 or 10780635. OLE color: 10780635.
HSL color Cylindrical-coordinate representation of color #DB7FA4: hue angle of 335.87º 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 #DB7FA4 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 127 | 164 | - |
CMYK | 0 | 0.42 | 0.25 | 0.14 |
HSL | 335.87º | 0.56% | 0.68% | - |
HSV(B) | 335.87º | 0.42% | 0.86% | - |
XYZ | 43.5 | 32.92 | 39.18 | - |
YUV | 158.73 | 130.98 | 170.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 127 | 164 | 0 | 0.42 | 0.25 | 0.14 | 335.87 | 0.56 | 0.68 |
Hex | DB | 7F | A4 | 0 | 2A | 19 | E | 150 | 38 | 44 |
Octal | 333 | 177 | 244 | 0 | 52 | 31 | 16 | 520 | 70 | 104 |
Binary | 11011011 | 1111111 | 10100100 | 0 | 101010 | 11001 | 1110 | 101010000 | 111000 | 1000100 |
Color Harmonies of #DB7FA4
Complementary color
Monochromatic Colors of #DB7FA4
Black with #DB7FA4
Text Example
Text Example
White with #DB7FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7FA4; }
p { color: rgb(219,127,164); }
H1.HeaderClassName
{
color: #DB7FA4;
}
.AnyTagClassName
{
color: #DB7FA4;
}
</style>
background-color css
<style>
a { background-color: #DB7FA4; }
a { background-color: rgb(219,127,164); }
div.DivClassName
{
background-color: #DB7FA4;
}
.BgClassName
{
background-color: #DB7FA4;
}
</style>
border-color css
<style>
span { border-color: #DB7FA4; }
span { border-color: rgb(219,127,164); }
td.TdClassName
{
border-color: #DB7FA4;
}
.TagClassName
{
border-color: #DB7FA4;
}
</style>