Shades of Can Can #D093A3
Tints of Can Can #D093A3
RGB
CMYK
RGB Variations
Color information
#D093A3 (or 0xD093A3) is known color: Can Can. HEX triplet: D0, 93 and A3. RGB value is (208,147,163). Sum of RGB (Red+Green+Blue) = 208+147+163=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 163 (64.06% from 255 or 31.47% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D093A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D093A3 is #2F6C5C. Grayscale: #A7A7A7. Windows color (decimal): -3107933 or 10720208. OLE color: 10720208.
HSL color Cylindrical-coordinate representation of color #D093A3: hue angle of 344.26º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D093A3 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 147 | 163 | - |
| CMYK | 0 | 0.29 | 0.22 | 0.18 |
| HSL | 344.26º | 0.39% | 0.7% | - |
| HSV(B) | 344.26º | 0.29% | 0.82% | - |
| XYZ | 43.06 | 36.92 | 39.51 | - |
| YUV | 167.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 147 | 163 | 0 | 0.29 | 0.22 | 0.18 | 344.26 | 0.39 | 0.7 |
| Hex | D0 | 93 | A3 | 0 | 1D | 16 | 12 | 158 | 27 | 46 |
| Octal | 320 | 223 | 243 | 0 | 35 | 26 | 22 | 530 | 47 | 106 |
| Binary | 11010000 | 10010011 | 10100011 | 0 | 11101 | 10110 | 10010 | 101011000 | 100111 | 1000110 |
Color Harmonies of #D093A3
Complementary color
Monochromatic Colors of #D093A3
Black with #D093A3
Text Example
Text Example
White with #D093A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D093A3; }
p { color: rgb(208,147,163); }
H1.HeaderClassName
{
color: #D093A3;
}
.AnyTagClassName
{
color: #D093A3;
}
</style>
background-color css
<style>
a { background-color: #D093A3; }
a { background-color: rgb(208,147,163); }
div.DivClassName
{
background-color: #D093A3;
}
.BgClassName
{
background-color: #D093A3;
}
</style>
border-color css
<style>
span { border-color: #D093A3; }
span { border-color: rgb(208,147,163); }
td.TdClassName
{
border-color: #D093A3;
}
.TagClassName
{
border-color: #D093A3;
}
</style>