Shades of Can Can #DB8FA0
Tints of Can Can #DB8FA0
RGB
CMYK
RGB Variations
Color information
#DB8FA0 (or 0xDB8FA0) is known color: Can Can. HEX triplet: DB, 8F and A0. RGB value is (219,143,160). Sum of RGB (Red+Green+Blue) = 219+143+160=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 160 (62.89% from 255 or 30.65% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8FA0 is #24705F. Grayscale: #A7A7A7. Windows color (decimal): -2388064 or 10522587. OLE color: 10522587.
HSL color Cylindrical-coordinate representation of color #DB8FA0: hue angle of 346.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8FA0 is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 160 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.14 |
| HSL | 346.58º | 0.51% | 0.71% | - |
| HSV(B) | 346.58º | 0.35% | 0.86% | - |
| XYZ | 45.38 | 37.24 | 38.05 | - |
| YUV | 167.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 160 | 0 | 0.35 | 0.27 | 0.14 | 346.58 | 0.51 | 0.71 |
| Hex | DB | 8F | A0 | 0 | 23 | 1B | E | 15B | 33 | 47 |
| Octal | 333 | 217 | 240 | 0 | 43 | 33 | 16 | 533 | 63 | 107 |
| Binary | 11011011 | 10001111 | 10100000 | 0 | 100011 | 11011 | 1110 | 101011011 | 110011 | 1000111 |
Color Harmonies of #DB8FA0
Complementary color
Monochromatic Colors of #DB8FA0
Black with #DB8FA0
Text Example
Text Example
White with #DB8FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FA0; }
p { color: rgb(219,143,160); }
H1.HeaderClassName
{
color: #DB8FA0;
}
.AnyTagClassName
{
color: #DB8FA0;
}
</style>
background-color css
<style>
a { background-color: #DB8FA0; }
a { background-color: rgb(219,143,160); }
div.DivClassName
{
background-color: #DB8FA0;
}
.BgClassName
{
background-color: #DB8FA0;
}
</style>
border-color css
<style>
span { border-color: #DB8FA0; }
span { border-color: rgb(219,143,160); }
td.TdClassName
{
border-color: #DB8FA0;
}
.TagClassName
{
border-color: #DB8FA0;
}
</style>