Shades of Can Can #D58A94
Tints of Can Can #D58A94
RGB
CMYK
RGB Variations
Color information
#D58A94 (or 0xD58A94) is known color: Can Can. HEX triplet: D5, 8A and 94. RGB value is (213,138,148). Sum of RGB (Red+Green+Blue) = 213+138+148=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 138 (54.30% from 255 or 27.66% from 499); Blue value is 148 (58.20% from 255 or 29.66% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58A94 is #2A756B. Grayscale: #A1A1A1. Windows color (decimal): -2782572 or 9734869. OLE color: 9734869.
HSL color Cylindrical-coordinate representation of color #D58A94: hue angle of 352º 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 #D58A94 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 138 | 148 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.16 |
| HSL | 352º | 0.47% | 0.69% | - |
| HSV(B) | 352º | 0.35% | 0.84% | - |
| XYZ | 41.87 | 34.46 | 32.46 | - |
| YUV | 161.57 | 120.35 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 138 | 148 | 0 | 0.35 | 0.31 | 0.16 | 352 | 0.47 | 0.69 |
| Hex | D5 | 8A | 94 | 0 | 23 | 1F | 10 | 160 | 2F | 45 |
| Octal | 325 | 212 | 224 | 0 | 43 | 37 | 20 | 540 | 57 | 105 |
| Binary | 11010101 | 10001010 | 10010100 | 0 | 100011 | 11111 | 10000 | 101100000 | 101111 | 1000101 |
Color Harmonies of #D58A94
Complementary color
Monochromatic Colors of #D58A94
Black with #D58A94
Text Example
Text Example
White with #D58A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58A94; }
p { color: rgb(213,138,148); }
H1.HeaderClassName
{
color: #D58A94;
}
.AnyTagClassName
{
color: #D58A94;
}
</style>
background-color css
<style>
a { background-color: #D58A94; }
a { background-color: rgb(213,138,148); }
div.DivClassName
{
background-color: #D58A94;
}
.BgClassName
{
background-color: #D58A94;
}
</style>
border-color css
<style>
span { border-color: #D58A94; }
span { border-color: rgb(213,138,148); }
td.TdClassName
{
border-color: #D58A94;
}
.TagClassName
{
border-color: #D58A94;
}
</style>