Shades of Can Can #DA8F99
Tints of Can Can #DA8F99
RGB
CMYK
RGB Variations
Color information
#DA8F99 (or 0xDA8F99) is known color: Can Can. HEX triplet: DA, 8F and 99. RGB value is (218,143,153). Sum of RGB (Red+Green+Blue) = 218+143+153=514 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.41% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 153 (60.16% from 255 or 29.77% from 514); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8F99 is #257066. Grayscale: #A6A6A6. Windows color (decimal): -2453607 or 10063834. OLE color: 10063834.
HSL color Cylindrical-coordinate representation of color #DA8F99: hue angle of 352º degrees, saturation: 0.5, 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 #DA8F99 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 153 | - |
| CMYK | 0 | 0.34 | 0.30 | 0.15 |
| HSL | 352º | 0.5% | 0.71% | - |
| HSV(B) | 352º | 0.34% | 0.85% | - |
| XYZ | 44.49 | 36.85 | 34.91 | - |
| YUV | 166.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 153 | 0 | 0.34 | 0.30 | 0.15 | 352 | 0.5 | 0.71 |
| Hex | DA | 8F | 99 | 0 | 22 | 1E | F | 160 | 32 | 47 |
| Octal | 332 | 217 | 231 | 0 | 42 | 36 | 17 | 540 | 62 | 107 |
| Binary | 11011010 | 10001111 | 10011001 | 0 | 100010 | 11110 | 1111 | 101100000 | 110010 | 1000111 |
Color Harmonies of #DA8F99
Complementary color
Monochromatic Colors of #DA8F99
Black with #DA8F99
Text Example
Text Example
White with #DA8F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F99; }
p { color: rgb(218,143,153); }
H1.HeaderClassName
{
color: #DA8F99;
}
.AnyTagClassName
{
color: #DA8F99;
}
</style>
background-color css
<style>
a { background-color: #DA8F99; }
a { background-color: rgb(218,143,153); }
div.DivClassName
{
background-color: #DA8F99;
}
.BgClassName
{
background-color: #DA8F99;
}
</style>
border-color css
<style>
span { border-color: #DA8F99; }
span { border-color: rgb(218,143,153); }
td.TdClassName
{
border-color: #DA8F99;
}
.TagClassName
{
border-color: #DA8F99;
}
</style>