Shades of Can Can #D193A2
Tints of Can Can #D193A2
RGB
CMYK
RGB Variations
Color information
#D193A2 (or 0xD193A2) is known color: Can Can. HEX triplet: D1, 93 and A2. RGB value is (209,147,162). Sum of RGB (Red+Green+Blue) = 209+147+162=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 162 (63.67% from 255 or 31.27% from 518); Max value from RGB is 209 - color contains mainly: red. Hex color #D193A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D193A2 is #2E6C5D. Grayscale: #A7A7A7. Windows color (decimal): -3042398 or 10654673. OLE color: 10654673.
HSL color Cylindrical-coordinate representation of color #D193A2: hue angle of 345.48º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D193A2 is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 147 | 162 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.18 |
| HSL | 345.48º | 0.4% | 0.7% | - |
| HSV(B) | 345.48º | 0.3% | 0.82% | - |
| XYZ | 43.25 | 37.03 | 39.05 | - |
| YUV | 167.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 162 | 0 | 0.30 | 0.22 | 0.18 | 345.48 | 0.4 | 0.7 |
| Hex | D1 | 93 | A2 | 0 | 1E | 16 | 12 | 159 | 28 | 46 |
| Octal | 321 | 223 | 242 | 0 | 36 | 26 | 22 | 531 | 50 | 106 |
| Binary | 11010001 | 10010011 | 10100010 | 0 | 11110 | 10110 | 10010 | 101011001 | 101000 | 1000110 |
Color Harmonies of #D193A2
Complementary color
Monochromatic Colors of #D193A2
Black with #D193A2
Text Example
Text Example
White with #D193A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193A2; }
p { color: rgb(209,147,162); }
H1.HeaderClassName
{
color: #D193A2;
}
.AnyTagClassName
{
color: #D193A2;
}
</style>
background-color css
<style>
a { background-color: #D193A2; }
a { background-color: rgb(209,147,162); }
div.DivClassName
{
background-color: #D193A2;
}
.BgClassName
{
background-color: #D193A2;
}
</style>
border-color css
<style>
span { border-color: #D193A2; }
span { border-color: rgb(209,147,162); }
td.TdClassName
{
border-color: #D193A2;
}
.TagClassName
{
border-color: #D193A2;
}
</style>