Shades of Can Can #DB8F9D
Tints of Can Can #DB8F9D
RGB
CMYK
RGB Variations
Color information
#DB8F9D (or 0xDB8F9D) is known color: Can Can. HEX triplet: DB, 8F and 9D. RGB value is (219,143,157). Sum of RGB (Red+Green+Blue) = 219+143+157=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8F9D is #247062. Grayscale: #A7A7A7. Windows color (decimal): -2388067 or 10325979. OLE color: 10325979.
HSL color Cylindrical-coordinate representation of color #DB8F9D: hue angle of 348.95º 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 #DB8F9D is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 157 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.14 |
| HSL | 348.95º | 0.51% | 0.71% | - |
| HSV(B) | 348.95º | 0.35% | 0.86% | - |
| XYZ | 45.12 | 37.14 | 36.69 | - |
| YUV | 167.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 157 | 0 | 0.35 | 0.28 | 0.14 | 348.95 | 0.51 | 0.71 |
| Hex | DB | 8F | 9D | 0 | 23 | 1C | E | 15D | 33 | 47 |
| Octal | 333 | 217 | 235 | 0 | 43 | 34 | 16 | 535 | 63 | 107 |
| Binary | 11011011 | 10001111 | 10011101 | 0 | 100011 | 11100 | 1110 | 101011101 | 110011 | 1000111 |
Color Harmonies of #DB8F9D
Complementary color
Monochromatic Colors of #DB8F9D
Black with #DB8F9D
Text Example
Text Example
White with #DB8F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F9D; }
p { color: rgb(219,143,157); }
H1.HeaderClassName
{
color: #DB8F9D;
}
.AnyTagClassName
{
color: #DB8F9D;
}
</style>
background-color css
<style>
a { background-color: #DB8F9D; }
a { background-color: rgb(219,143,157); }
div.DivClassName
{
background-color: #DB8F9D;
}
.BgClassName
{
background-color: #DB8F9D;
}
</style>
border-color css
<style>
span { border-color: #DB8F9D; }
span { border-color: rgb(219,143,157); }
td.TdClassName
{
border-color: #DB8F9D;
}
.TagClassName
{
border-color: #DB8F9D;
}
</style>