Shades of Can Can #D58A9B
Tints of Can Can #D58A9B
RGB
CMYK
RGB Variations
Color information
#D58A9B (or 0xD58A9B) is known color: Can Can. HEX triplet: D5, 8A and 9B. RGB value is (213,138,155). Sum of RGB (Red+Green+Blue) = 213+138+155=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A9B is #2A7564. Grayscale: #A2A2A2. Windows color (decimal): -2782565 or 10193621. OLE color: 10193621.
HSL color Cylindrical-coordinate representation of color #D58A9B: hue angle of 346.4º 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 #D58A9B is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 155 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.16 |
| HSL | 346.4º | 0.47% | 0.69% | - |
| HSV(B) | 346.4º | 0.35% | 0.84% | - |
| XYZ | 42.45 | 34.69 | 35.47 | - |
| YUV | 162.36 | 123.85 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 155 | 0 | 0.35 | 0.27 | 0.16 | 346.4 | 0.47 | 0.69 |
| Hex | D5 | 8A | 9B | 0 | 23 | 1B | 10 | 15A | 2F | 45 |
| Octal | 325 | 212 | 233 | 0 | 43 | 33 | 20 | 532 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10011011 | 0 | 100011 | 11011 | 10000 | 101011010 | 101111 | 1000101 |
Color Harmonies of #D58A9B
Complementary color
Monochromatic Colors of #D58A9B
Black with #D58A9B
Text Example
Text Example
White with #D58A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A9B; }
p { color: rgb(213,138,155); }
H1.HeaderClassName
{
color: #D58A9B;
}
.AnyTagClassName
{
color: #D58A9B;
}
</style>
background-color css
<style>
a { background-color: #D58A9B; }
a { background-color: rgb(213,138,155); }
div.DivClassName
{
background-color: #D58A9B;
}
.BgClassName
{
background-color: #D58A9B;
}
</style>
border-color css
<style>
span { border-color: #D58A9B; }
span { border-color: rgb(213,138,155); }
td.TdClassName
{
border-color: #D58A9B;
}
.TagClassName
{
border-color: #D58A9B;
}
</style>