Shades of Can Can #D8919D
Tints of Can Can #D8919D
RGB
CMYK
RGB Variations
Color information
#D8919D (or 0xD8919D) is known color: Can Can. HEX triplet: D8, 91 and 9D. RGB value is (216,145,157). Sum of RGB (Red+Green+Blue) = 216+145+157=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8919D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8919D is #276E62. Grayscale: #A7A7A7. Windows color (decimal): -2584163 or 10326488. OLE color: 10326488.
HSL color Cylindrical-coordinate representation of color #D8919D: hue angle of 349.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8919D is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 157 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.15 |
| HSL | 349.86º | 0.48% | 0.71% | - |
| HSV(B) | 349.86º | 0.33% | 0.85% | - |
| XYZ | 44.53 | 37.28 | 36.75 | - |
| YUV | 167.6 | 122.02 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 157 | 0 | 0.33 | 0.27 | 0.15 | 349.86 | 0.48 | 0.71 |
| Hex | D8 | 91 | 9D | 0 | 21 | 1B | F | 15E | 30 | 47 |
| Octal | 330 | 221 | 235 | 0 | 41 | 33 | 17 | 536 | 60 | 107 |
| Binary | 11011000 | 10010001 | 10011101 | 0 | 100001 | 11011 | 1111 | 101011110 | 110000 | 1000111 |
Color Harmonies of #D8919D
Complementary color
Monochromatic Colors of #D8919D
Black with #D8919D
Text Example
Text Example
White with #D8919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8919D; }
p { color: rgb(216,145,157); }
H1.HeaderClassName
{
color: #D8919D;
}
.AnyTagClassName
{
color: #D8919D;
}
</style>
background-color css
<style>
a { background-color: #D8919D; }
a { background-color: rgb(216,145,157); }
div.DivClassName
{
background-color: #D8919D;
}
.BgClassName
{
background-color: #D8919D;
}
</style>
border-color css
<style>
span { border-color: #D8919D; }
span { border-color: rgb(216,145,157); }
td.TdClassName
{
border-color: #D8919D;
}
.TagClassName
{
border-color: #D8919D;
}
</style>