Shades of Can Can #D88F9B
Tints of Can Can #D88F9B
RGB
CMYK
RGB Variations
Color information
#D88F9B (or 0xD88F9B) is known color: Can Can. HEX triplet: D8, 8F and 9B. RGB value is (216,143,155). Sum of RGB (Red+Green+Blue) = 216+143+155=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88F9B is #277064. Grayscale: #A6A6A6. Windows color (decimal): -2584677 or 10194904. OLE color: 10194904.
HSL color Cylindrical-coordinate representation of color #D88F9B: hue angle of 350.14º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88F9B is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 155 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.15 |
| HSL | 350.14º | 0.48% | 0.7% | - |
| HSV(B) | 350.14º | 0.34% | 0.85% | - |
| XYZ | 44.06 | 36.61 | 35.75 | - |
| YUV | 166.2 | 121.68 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 155 | 0 | 0.34 | 0.28 | 0.15 | 350.14 | 0.48 | 0.7 |
| Hex | D8 | 8F | 9B | 0 | 22 | 1C | F | 15E | 30 | 46 |
| Octal | 330 | 217 | 233 | 0 | 42 | 34 | 17 | 536 | 60 | 106 |
| Binary | 11011000 | 10001111 | 10011011 | 0 | 100010 | 11100 | 1111 | 101011110 | 110000 | 1000110 |
Color Harmonies of #D88F9B
Complementary color
Monochromatic Colors of #D88F9B
Black with #D88F9B
Text Example
Text Example
White with #D88F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F9B; }
p { color: rgb(216,143,155); }
H1.HeaderClassName
{
color: #D88F9B;
}
.AnyTagClassName
{
color: #D88F9B;
}
</style>
background-color css
<style>
a { background-color: #D88F9B; }
a { background-color: rgb(216,143,155); }
div.DivClassName
{
background-color: #D88F9B;
}
.BgClassName
{
background-color: #D88F9B;
}
</style>
border-color css
<style>
span { border-color: #D88F9B; }
span { border-color: rgb(216,143,155); }
td.TdClassName
{
border-color: #D88F9B;
}
.TagClassName
{
border-color: #D88F9B;
}
</style>