Shades of Can Can #D98F9B
Tints of Can Can #D98F9B
RGB
CMYK
RGB Variations
Color information
#D98F9B (or 0xD98F9B) is known color: Can Can. HEX triplet: D9, 8F and 9B. RGB value is (217,143,155). Sum of RGB (Red+Green+Blue) = 217+143+155=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 143 (56.25% from 255 or 27.77% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98F9B is #267064. Grayscale: #A6A6A6. Windows color (decimal): -2519141 or 10194905. OLE color: 10194905.
HSL color Cylindrical-coordinate representation of color #D98F9B: hue angle of 350.27º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D98F9B is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 155 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.15 |
| HSL | 350.27º | 0.49% | 0.71% | - |
| HSV(B) | 350.27º | 0.34% | 0.85% | - |
| XYZ | 44.35 | 36.76 | 35.77 | - |
| YUV | 166.49 | 121.52 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 155 | 0 | 0.34 | 0.29 | 0.15 | 350.27 | 0.49 | 0.71 |
| Hex | D9 | 8F | 9B | 0 | 22 | 1D | F | 15E | 31 | 47 |
| Octal | 331 | 217 | 233 | 0 | 42 | 35 | 17 | 536 | 61 | 107 |
| Binary | 11011001 | 10001111 | 10011011 | 0 | 100010 | 11101 | 1111 | 101011110 | 110001 | 1000111 |
Color Harmonies of #D98F9B
Complementary color
Monochromatic Colors of #D98F9B
Black with #D98F9B
Text Example
Text Example
White with #D98F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F9B; }
p { color: rgb(217,143,155); }
H1.HeaderClassName
{
color: #D98F9B;
}
.AnyTagClassName
{
color: #D98F9B;
}
</style>
background-color css
<style>
a { background-color: #D98F9B; }
a { background-color: rgb(217,143,155); }
div.DivClassName
{
background-color: #D98F9B;
}
.BgClassName
{
background-color: #D98F9B;
}
</style>
border-color css
<style>
span { border-color: #D98F9B; }
span { border-color: rgb(217,143,155); }
td.TdClassName
{
border-color: #D98F9B;
}
.TagClassName
{
border-color: #D98F9B;
}
</style>