Shades of Can Can #D58FA4
Tints of Can Can #D58FA4
RGB
CMYK
RGB Variations
Color information
#D58FA4 (or 0xD58FA4) is known color: Can Can. HEX triplet: D5, 8F and A4. RGB value is (213,143,164). Sum of RGB (Red+Green+Blue) = 213+143+164=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 164 (64.45% from 255 or 31.54% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D58FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D58FA4 is #2A705B. Grayscale: #A6A6A6. Windows color (decimal): -2781276 or 10784725. OLE color: 10784725.
HSL color Cylindrical-coordinate representation of color #D58FA4: hue angle of 342º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D58FA4 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 164 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.16 |
| HSL | 342º | 0.45% | 0.7% | - |
| HSV(B) | 342º | 0.33% | 0.84% | - |
| XYZ | 43.96 | 36.47 | 39.84 | - |
| YUV | 166.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 164 | 0 | 0.33 | 0.23 | 0.16 | 342 | 0.45 | 0.7 |
| Hex | D5 | 8F | A4 | 0 | 21 | 17 | 10 | 156 | 2D | 46 |
| Octal | 325 | 217 | 244 | 0 | 41 | 27 | 20 | 526 | 55 | 106 |
| Binary | 11010101 | 10001111 | 10100100 | 0 | 100001 | 10111 | 10000 | 101010110 | 101101 | 1000110 |
Color Harmonies of #D58FA4
Complementary color
Monochromatic Colors of #D58FA4
Black with #D58FA4
Text Example
Text Example
White with #D58FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58FA4; }
p { color: rgb(213,143,164); }
H1.HeaderClassName
{
color: #D58FA4;
}
.AnyTagClassName
{
color: #D58FA4;
}
</style>
background-color css
<style>
a { background-color: #D58FA4; }
a { background-color: rgb(213,143,164); }
div.DivClassName
{
background-color: #D58FA4;
}
.BgClassName
{
background-color: #D58FA4;
}
</style>
border-color css
<style>
span { border-color: #D58FA4; }
span { border-color: rgb(213,143,164); }
td.TdClassName
{
border-color: #D58FA4;
}
.TagClassName
{
border-color: #D58FA4;
}
</style>