Shades of Can Can #DB87A1
Tints of Can Can #DB87A1
RGB
CMYK
RGB Variations
Color information
#DB87A1 (or 0xDB87A1) is known color: Can Can. HEX triplet: DB, 87 and A1. RGB value is (219,135,161). Sum of RGB (Red+Green+Blue) = 219+135+161=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 161 (63.28% from 255 or 31.26% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB87A1 is #24785E. Grayscale: #A3A3A3. Windows color (decimal): -2390111 or 10586075. OLE color: 10586075.
HSL color Cylindrical-coordinate representation of color #DB87A1: hue angle of 341.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87A1 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 135 | 161 | - |
CMYK | 0 | 0.38 | 0.26 | 0.14 |
HSL | 341.43º | 0.54% | 0.69% | - |
HSV(B) | 341.43º | 0.38% | 0.86% | - |
XYZ | 44.31 | 34.96 | 38.13 | - |
YUV | 163.08 | 126.83 | 167.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 135 | 161 | 0 | 0.38 | 0.26 | 0.14 | 341.43 | 0.54 | 0.69 |
Hex | DB | 87 | A1 | 0 | 26 | 1A | E | 155 | 36 | 45 |
Octal | 333 | 207 | 241 | 0 | 46 | 32 | 16 | 525 | 66 | 105 |
Binary | 11011011 | 10000111 | 10100001 | 0 | 100110 | 11010 | 1110 | 101010101 | 110110 | 1000101 |
Color Harmonies of #DB87A1
Complementary color
Monochromatic Colors of #DB87A1
Black with #DB87A1
Text Example
Text Example
White with #DB87A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87A1; }
p { color: rgb(219,135,161); }
H1.HeaderClassName
{
color: #DB87A1;
}
.AnyTagClassName
{
color: #DB87A1;
}
</style>
background-color css
<style>
a { background-color: #DB87A1; }
a { background-color: rgb(219,135,161); }
div.DivClassName
{
background-color: #DB87A1;
}
.BgClassName
{
background-color: #DB87A1;
}
</style>
border-color css
<style>
span { border-color: #DB87A1; }
span { border-color: rgb(219,135,161); }
td.TdClassName
{
border-color: #DB87A1;
}
.TagClassName
{
border-color: #DB87A1;
}
</style>