Shades of Can Can #DA8599
Tints of Can Can #DA8599
RGB
CMYK
RGB Variations
Color information
#DA8599 (or 0xDA8599) is known color: Can Can. HEX triplet: DA, 85 and 99. RGB value is (218,133,153). Sum of RGB (Red+Green+Blue) = 218+133+153=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8599 is #257A66. Grayscale: #A0A0A0. Windows color (decimal): -2456167 or 10061274. OLE color: 10061274.
HSL color Cylindrical-coordinate representation of color #DA8599: hue angle of 345.88º degrees, saturation: 0.53, 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 #DA8599 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 133 | 153 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.15 |
| HSL | 345.88º | 0.53% | 0.69% | - |
| HSV(B) | 345.88º | 0.39% | 0.85% | - |
| XYZ | 43.05 | 33.98 | 34.43 | - |
| YUV | 160.7 | 123.66 | 168.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 133 | 153 | 0 | 0.39 | 0.30 | 0.15 | 345.88 | 0.53 | 0.69 |
| Hex | DA | 85 | 99 | 0 | 27 | 1E | F | 15A | 35 | 45 |
| Octal | 332 | 205 | 231 | 0 | 47 | 36 | 17 | 532 | 65 | 105 |
| Binary | 11011010 | 10000101 | 10011001 | 0 | 100111 | 11110 | 1111 | 101011010 | 110101 | 1000101 |
Color Harmonies of #DA8599
Complementary color
Monochromatic Colors of #DA8599
Black with #DA8599
Text Example
Text Example
White with #DA8599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8599; }
p { color: rgb(218,133,153); }
H1.HeaderClassName
{
color: #DA8599;
}
.AnyTagClassName
{
color: #DA8599;
}
</style>
background-color css
<style>
a { background-color: #DA8599; }
a { background-color: rgb(218,133,153); }
div.DivClassName
{
background-color: #DA8599;
}
.BgClassName
{
background-color: #DA8599;
}
</style>
border-color css
<style>
span { border-color: #DA8599; }
span { border-color: rgb(218,133,153); }
td.TdClassName
{
border-color: #DA8599;
}
.TagClassName
{
border-color: #DA8599;
}
</style>