Shades of Can Can #DA819D
Tints of Can Can #DA819D
RGB
CMYK
RGB Variations
Color information
#DA819D (or 0xDA819D) is known color: Can Can. HEX triplet: DA, 81 and 9D. RGB value is (218,129,157). Sum of RGB (Red+Green+Blue) = 218+129+157=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 157 (61.72% from 255 or 31.15% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA819D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA819D is #257E62. Grayscale: #9E9E9E. Windows color (decimal): -2457187 or 10322394. OLE color: 10322394.
HSL color Cylindrical-coordinate representation of color #DA819D: hue angle of 341.12º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA819D is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 157 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.15 |
| HSL | 341.12º | 0.55% | 0.68% | - |
| HSV(B) | 341.12º | 0.41% | 0.85% | - |
| XYZ | 42.85 | 33.04 | 36.02 | - |
| YUV | 158.8 | 126.99 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 157 | 0 | 0.41 | 0.28 | 0.15 | 341.12 | 0.55 | 0.68 |
| Hex | DA | 81 | 9D | 0 | 29 | 1C | F | 155 | 37 | 44 |
| Octal | 332 | 201 | 235 | 0 | 51 | 34 | 17 | 525 | 67 | 104 |
| Binary | 11011010 | 10000001 | 10011101 | 0 | 101001 | 11100 | 1111 | 101010101 | 110111 | 1000100 |
Color Harmonies of #DA819D
Complementary color
Monochromatic Colors of #DA819D
Black with #DA819D
Text Example
Text Example
White with #DA819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA819D; }
p { color: rgb(218,129,157); }
H1.HeaderClassName
{
color: #DA819D;
}
.AnyTagClassName
{
color: #DA819D;
}
</style>
background-color css
<style>
a { background-color: #DA819D; }
a { background-color: rgb(218,129,157); }
div.DivClassName
{
background-color: #DA819D;
}
.BgClassName
{
background-color: #DA819D;
}
</style>
border-color css
<style>
span { border-color: #DA819D; }
span { border-color: rgb(218,129,157); }
td.TdClassName
{
border-color: #DA819D;
}
.TagClassName
{
border-color: #DA819D;
}
</style>