Shades of Can Can #DA93A0
Tints of Can Can #DA93A0
RGB
CMYK
RGB Variations
Color information
#DA93A0 (or 0xDA93A0) is known color: Can Can. HEX triplet: DA, 93 and A0. RGB value is (218,147,160). Sum of RGB (Red+Green+Blue) = 218+147+160=525 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.52% from 525); Green value is 147 (57.81% from 255 or 28% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 218 - color contains mainly: red. Hex color #DA93A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA93A0 is #256C5F. Grayscale: #A9A9A9. Windows color (decimal): -2452576 or 10523610. OLE color: 10523610.
HSL color Cylindrical-coordinate representation of color #DA93A0: hue angle of 349.01º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA93A0 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 160 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.15 |
| HSL | 349.01º | 0.49% | 0.72% | - |
| HSV(B) | 349.01º | 0.33% | 0.85% | - |
| XYZ | 45.69 | 38.31 | 38.24 | - |
| YUV | 169.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 160 | 0 | 0.33 | 0.27 | 0.15 | 349.01 | 0.49 | 0.72 |
| Hex | DA | 93 | A0 | 0 | 21 | 1B | F | 15D | 31 | 48 |
| Octal | 332 | 223 | 240 | 0 | 41 | 33 | 17 | 535 | 61 | 110 |
| Binary | 11011010 | 10010011 | 10100000 | 0 | 100001 | 11011 | 1111 | 101011101 | 110001 | 1001000 |
Color Harmonies of #DA93A0
Complementary color
Monochromatic Colors of #DA93A0
Black with #DA93A0
Text Example
Text Example
White with #DA93A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA93A0; }
p { color: rgb(218,147,160); }
H1.HeaderClassName
{
color: #DA93A0;
}
.AnyTagClassName
{
color: #DA93A0;
}
</style>
background-color css
<style>
a { background-color: #DA93A0; }
a { background-color: rgb(218,147,160); }
div.DivClassName
{
background-color: #DA93A0;
}
.BgClassName
{
background-color: #DA93A0;
}
</style>
border-color css
<style>
span { border-color: #DA93A0; }
span { border-color: rgb(218,147,160); }
td.TdClassName
{
border-color: #DA93A0;
}
.TagClassName
{
border-color: #DA93A0;
}
</style>