Shades of Can Can #D58DA2
Tints of Can Can #D58DA2
RGB
CMYK
RGB Variations
Color information
#D58DA2 (or 0xD58DA2) is known color: Can Can. HEX triplet: D5, 8D and A2. RGB value is (213,141,162). Sum of RGB (Red+Green+Blue) = 213+141+162=516 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.28% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 162 (63.67% from 255 or 31.40% from 516); Max value from RGB is 213 - color contains mainly: red. Hex color #D58DA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58DA2 is #2A725D. Grayscale: #A4A4A4. Windows color (decimal): -2781790 or 10653141. OLE color: 10653141.
HSL color Cylindrical-coordinate representation of color #D58DA2: hue angle of 342.5º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D58DA2 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 141 | 162 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.16 |
| HSL | 342.5º | 0.46% | 0.69% | - |
| HSV(B) | 342.5º | 0.34% | 0.84% | - |
| XYZ | 43.49 | 35.8 | 38.8 | - |
| YUV | 164.92 | 126.35 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 141 | 162 | 0 | 0.34 | 0.24 | 0.16 | 342.5 | 0.46 | 0.69 |
| Hex | D5 | 8D | A2 | 0 | 22 | 18 | 10 | 156 | 2E | 45 |
| Octal | 325 | 215 | 242 | 0 | 42 | 30 | 20 | 526 | 56 | 105 |
| Binary | 11010101 | 10001101 | 10100010 | 0 | 100010 | 11000 | 10000 | 101010110 | 101110 | 1000101 |
Color Harmonies of #D58DA2
Complementary color
Monochromatic Colors of #D58DA2
Black with #D58DA2
Text Example
Text Example
White with #D58DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58DA2; }
p { color: rgb(213,141,162); }
H1.HeaderClassName
{
color: #D58DA2;
}
.AnyTagClassName
{
color: #D58DA2;
}
</style>
background-color css
<style>
a { background-color: #D58DA2; }
a { background-color: rgb(213,141,162); }
div.DivClassName
{
background-color: #D58DA2;
}
.BgClassName
{
background-color: #D58DA2;
}
</style>
border-color css
<style>
span { border-color: #D58DA2; }
span { border-color: rgb(213,141,162); }
td.TdClassName
{
border-color: #D58DA2;
}
.TagClassName
{
border-color: #D58DA2;
}
</style>