Shades of Can Can #DA8498
Tints of Can Can #DA8498
RGB
CMYK
RGB Variations
Color information
#DA8498 (or 0xDA8498) is known color: Can Can. HEX triplet: DA, 84 and 98. RGB value is (218,132,152). Sum of RGB (Red+Green+Blue) = 218+132+152=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8498 is #257B67. Grayscale: #9F9F9F. Windows color (decimal): -2456424 or 9995482. OLE color: 9995482.
HSL color Cylindrical-coordinate representation of color #DA8498: hue angle of 346.05º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA8498 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 132 | 152 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.15 |
| HSL | 346.05º | 0.54% | 0.69% | - |
| HSV(B) | 346.05º | 0.39% | 0.85% | - |
| XYZ | 42.83 | 33.67 | 33.95 | - |
| YUV | 159.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 132 | 152 | 0 | 0.39 | 0.30 | 0.15 | 346.05 | 0.54 | 0.69 |
| Hex | DA | 84 | 98 | 0 | 27 | 1E | F | 15A | 36 | 45 |
| Octal | 332 | 204 | 230 | 0 | 47 | 36 | 17 | 532 | 66 | 105 |
| Binary | 11011010 | 10000100 | 10011000 | 0 | 100111 | 11110 | 1111 | 101011010 | 110110 | 1000101 |
Color Harmonies of #DA8498
Complementary color
Monochromatic Colors of #DA8498
Black with #DA8498
Text Example
Text Example
White with #DA8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8498; }
p { color: rgb(218,132,152); }
H1.HeaderClassName
{
color: #DA8498;
}
.AnyTagClassName
{
color: #DA8498;
}
</style>
background-color css
<style>
a { background-color: #DA8498; }
a { background-color: rgb(218,132,152); }
div.DivClassName
{
background-color: #DA8498;
}
.BgClassName
{
background-color: #DA8498;
}
</style>
border-color css
<style>
span { border-color: #DA8498; }
span { border-color: rgb(218,132,152); }
td.TdClassName
{
border-color: #DA8498;
}
.TagClassName
{
border-color: #DA8498;
}
</style>