Shades of Persian Rose #DC32A9
Tints of Persian Rose #DC32A9
RGB
CMYK
RGB Variations
Color information
#DC32A9 (or 0xDC32A9) is known color: Persian Rose. HEX triplet: DC, 32 and A9. RGB value is (220,50,169). Sum of RGB (Red+Green+Blue) = 220+50+169=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 50 (19.92% from 255 or 11.39% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC32A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC32A9 is #23CD56. Grayscale: #727272. Windows color (decimal): -2346327 or 11088604. OLE color: 11088604.
HSL color Cylindrical-coordinate representation of color #DC32A9: hue angle of 318º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC32A9 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 50 | 169 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.14 |
| HSL | 318º | 0.71% | 0.53% | - |
| HSV(B) | 318º | 0.77% | 0.86% | - |
| XYZ | 37.82 | 20.36 | 39.47 | - |
| YUV | 114.4 | 158.82 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 50 | 169 | 0 | 0.77 | 0.23 | 0.14 | 318 | 0.71 | 0.53 |
| Hex | DC | 32 | A9 | 0 | 4D | 17 | E | 13E | 47 | 35 |
| Octal | 334 | 62 | 251 | 0 | 115 | 27 | 16 | 476 | 107 | 65 |
| Binary | 11011100 | 110010 | 10101001 | 0 | 1001101 | 10111 | 1110 | 100111110 | 1000111 | 110101 |
Color Harmonies of #DC32A9
Complementary color
Monochromatic Colors of #DC32A9
Black with #DC32A9
Text Example
Text Example
White with #DC32A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC32A9; }
p { color: rgb(220,50,169); }
H1.HeaderClassName
{
color: #DC32A9;
}
.AnyTagClassName
{
color: #DC32A9;
}
</style>
background-color css
<style>
a { background-color: #DC32A9; }
a { background-color: rgb(220,50,169); }
div.DivClassName
{
background-color: #DC32A9;
}
.BgClassName
{
background-color: #DC32A9;
}
</style>
border-color css
<style>
span { border-color: #DC32A9; }
span { border-color: rgb(220,50,169); }
td.TdClassName
{
border-color: #DC32A9;
}
.TagClassName
{
border-color: #DC32A9;
}
</style>