Shades of Can Can #D58AA3
Tints of Can Can #D58AA3
RGB
CMYK
RGB Variations
Color information
#D58AA3 (or 0xD58AA3) is known color: Can Can. HEX triplet: D5, 8A and A3. RGB value is (213,138,163). Sum of RGB (Red+Green+Blue) = 213+138+163=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 163 (64.06% from 255 or 31.71% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AA3 is #2A755C. Grayscale: #A3A3A3. Windows color (decimal): -2782557 or 10717909. OLE color: 10717909.
HSL color Cylindrical-coordinate representation of color #D58AA3: hue angle of 340º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58AA3 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 163 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.16 |
| HSL | 340º | 0.47% | 0.69% | - |
| HSV(B) | 340º | 0.35% | 0.84% | - |
| XYZ | 43.14 | 34.97 | 39.13 | - |
| YUV | 163.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 163 | 0 | 0.35 | 0.23 | 0.16 | 340 | 0.47 | 0.69 |
| Hex | D5 | 8A | A3 | 0 | 23 | 17 | 10 | 154 | 2F | 45 |
| Octal | 325 | 212 | 243 | 0 | 43 | 27 | 20 | 524 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10100011 | 0 | 100011 | 10111 | 10000 | 101010100 | 101111 | 1000101 |
Color Harmonies of #D58AA3
Complementary color
Monochromatic Colors of #D58AA3
Black with #D58AA3
Text Example
Text Example
White with #D58AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AA3; }
p { color: rgb(213,138,163); }
H1.HeaderClassName
{
color: #D58AA3;
}
.AnyTagClassName
{
color: #D58AA3;
}
</style>
background-color css
<style>
a { background-color: #D58AA3; }
a { background-color: rgb(213,138,163); }
div.DivClassName
{
background-color: #D58AA3;
}
.BgClassName
{
background-color: #D58AA3;
}
</style>
border-color css
<style>
span { border-color: #D58AA3; }
span { border-color: rgb(213,138,163); }
td.TdClassName
{
border-color: #D58AA3;
}
.TagClassName
{
border-color: #D58AA3;
}
</style>