Shades of Can Can #D58AA1
Tints of Can Can #D58AA1
RGB
CMYK
RGB Variations
Color information
#D58AA1 (or 0xD58AA1) is known color: Can Can. HEX triplet: D5, 8A and A1. RGB value is (213,138,161). Sum of RGB (Red+Green+Blue) = 213+138+161=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 161 (63.28% from 255 or 31.45% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AA1 is #2A755E. Grayscale: #A3A3A3. Windows color (decimal): -2782559 or 10586837. OLE color: 10586837.
HSL color Cylindrical-coordinate representation of color #D58AA1: hue angle of 341.6º 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 #D58AA1 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 161 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.16 |
| HSL | 341.6º | 0.47% | 0.69% | - |
| HSV(B) | 341.6º | 0.35% | 0.84% | - |
| XYZ | 42.96 | 34.9 | 38.19 | - |
| YUV | 163.05 | 126.85 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 161 | 0 | 0.35 | 0.24 | 0.16 | 341.6 | 0.47 | 0.69 |
| Hex | D5 | 8A | A1 | 0 | 23 | 18 | 10 | 156 | 2F | 45 |
| Octal | 325 | 212 | 241 | 0 | 43 | 30 | 20 | 526 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10100001 | 0 | 100011 | 11000 | 10000 | 101010110 | 101111 | 1000101 |
Color Harmonies of #D58AA1
Complementary color
Monochromatic Colors of #D58AA1
Black with #D58AA1
Text Example
Text Example
White with #D58AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AA1; }
p { color: rgb(213,138,161); }
H1.HeaderClassName
{
color: #D58AA1;
}
.AnyTagClassName
{
color: #D58AA1;
}
</style>
background-color css
<style>
a { background-color: #D58AA1; }
a { background-color: rgb(213,138,161); }
div.DivClassName
{
background-color: #D58AA1;
}
.BgClassName
{
background-color: #D58AA1;
}
</style>
border-color css
<style>
span { border-color: #D58AA1; }
span { border-color: rgb(213,138,161); }
td.TdClassName
{
border-color: #D58AA1;
}
.TagClassName
{
border-color: #D58AA1;
}
</style>