Shades of Can Can #D58AA2
Tints of Can Can #D58AA2
RGB
CMYK
RGB Variations
Color information
#D58AA2 (or 0xD58AA2) is known color: Can Can. HEX triplet: D5, 8A and A2. RGB value is (213,138,162). Sum of RGB (Red+Green+Blue) = 213+138+162=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 162 (63.67% from 255 or 31.58% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D58AA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58AA2 is #2A755D. Grayscale: #A3A3A3. Windows color (decimal): -2782558 or 10652373. OLE color: 10652373.
HSL color Cylindrical-coordinate representation of color #D58AA2: hue angle of 340.8º 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 #D58AA2 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 162 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.16 |
| HSL | 340.8º | 0.47% | 0.69% | - |
| HSV(B) | 340.8º | 0.35% | 0.84% | - |
| XYZ | 43.05 | 34.93 | 38.66 | - |
| YUV | 163.16 | 127.35 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 162 | 0 | 0.35 | 0.24 | 0.16 | 340.8 | 0.47 | 0.69 |
| Hex | D5 | 8A | A2 | 0 | 23 | 18 | 10 | 155 | 2F | 45 |
| Octal | 325 | 212 | 242 | 0 | 43 | 30 | 20 | 525 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10100010 | 0 | 100011 | 11000 | 10000 | 101010101 | 101111 | 1000101 |
Color Harmonies of #D58AA2
Complementary color
Monochromatic Colors of #D58AA2
Black with #D58AA2
Text Example
Text Example
White with #D58AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58AA2; }
p { color: rgb(213,138,162); }
H1.HeaderClassName
{
color: #D58AA2;
}
.AnyTagClassName
{
color: #D58AA2;
}
</style>
background-color css
<style>
a { background-color: #D58AA2; }
a { background-color: rgb(213,138,162); }
div.DivClassName
{
background-color: #D58AA2;
}
.BgClassName
{
background-color: #D58AA2;
}
</style>
border-color css
<style>
span { border-color: #D58AA2; }
span { border-color: rgb(213,138,162); }
td.TdClassName
{
border-color: #D58AA2;
}
.TagClassName
{
border-color: #D58AA2;
}
</style>