Shades of Can Can #D58A9D
Tints of Can Can #D58A9D
RGB
CMYK
RGB Variations
Color information
#D58A9D (or 0xD58A9D) is known color: Can Can. HEX triplet: D5, 8A and 9D. RGB value is (213,138,157). Sum of RGB (Red+Green+Blue) = 213+138+157=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 157 (61.72% from 255 or 30.91% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A9D is #2A7562. Grayscale: #A2A2A2. Windows color (decimal): -2782563 or 10324693. OLE color: 10324693.
HSL color Cylindrical-coordinate representation of color #D58A9D: hue angle of 344.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 #D58A9D is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 157 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.16 |
| HSL | 344.8º | 0.47% | 0.69% | - |
| HSV(B) | 344.8º | 0.35% | 0.84% | - |
| XYZ | 42.61 | 34.76 | 36.36 | - |
| YUV | 162.59 | 124.85 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 157 | 0 | 0.35 | 0.26 | 0.16 | 344.8 | 0.47 | 0.69 |
| Hex | D5 | 8A | 9D | 0 | 23 | 1A | 10 | 159 | 2F | 45 |
| Octal | 325 | 212 | 235 | 0 | 43 | 32 | 20 | 531 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10011101 | 0 | 100011 | 11010 | 10000 | 101011001 | 101111 | 1000101 |
Color Harmonies of #D58A9D
Complementary color
Monochromatic Colors of #D58A9D
Black with #D58A9D
Text Example
Text Example
White with #D58A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A9D; }
p { color: rgb(213,138,157); }
H1.HeaderClassName
{
color: #D58A9D;
}
.AnyTagClassName
{
color: #D58A9D;
}
</style>
background-color css
<style>
a { background-color: #D58A9D; }
a { background-color: rgb(213,138,157); }
div.DivClassName
{
background-color: #D58A9D;
}
.BgClassName
{
background-color: #D58A9D;
}
</style>
border-color css
<style>
span { border-color: #D58A9D; }
span { border-color: rgb(213,138,157); }
td.TdClassName
{
border-color: #D58A9D;
}
.TagClassName
{
border-color: #D58A9D;
}
</style>