Shades of Persian Rose #DC31A9
Tints of Persian Rose #DC31A9
RGB
CMYK
RGB Variations
Color information
#DC31A9 (or 0xDC31A9) is known color: Persian Rose. HEX triplet: DC, 31 and A9. RGB value is (220,49,169). Sum of RGB (Red+Green+Blue) = 220+49+169=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31A9 is #23CE56. Grayscale: #717171. Windows color (decimal): -2346583 or 11088348. OLE color: 11088348.
HSL color Cylindrical-coordinate representation of color #DC31A9: hue angle of 317.89º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC31A9 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 169 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.14 |
| HSL | 317.89º | 0.71% | 0.53% | - |
| HSV(B) | 317.89º | 0.78% | 0.86% | - |
| XYZ | 37.77 | 20.28 | 39.46 | - |
| YUV | 113.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 169 | 0 | 0.78 | 0.23 | 0.14 | 317.89 | 0.71 | 0.53 |
| Hex | DC | 31 | A9 | 0 | 4E | 17 | E | 13E | 47 | 35 |
| Octal | 334 | 61 | 251 | 0 | 116 | 27 | 16 | 476 | 107 | 65 |
| Binary | 11011100 | 110001 | 10101001 | 0 | 1001110 | 10111 | 1110 | 100111110 | 1000111 | 110101 |
Color Harmonies of #DC31A9
Complementary color
Monochromatic Colors of #DC31A9
Black with #DC31A9
Text Example
Text Example
White with #DC31A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31A9; }
p { color: rgb(220,49,169); }
H1.HeaderClassName
{
color: #DC31A9;
}
.AnyTagClassName
{
color: #DC31A9;
}
</style>
background-color css
<style>
a { background-color: #DC31A9; }
a { background-color: rgb(220,49,169); }
div.DivClassName
{
background-color: #DC31A9;
}
.BgClassName
{
background-color: #DC31A9;
}
</style>
border-color css
<style>
span { border-color: #DC31A9; }
span { border-color: rgb(220,49,169); }
td.TdClassName
{
border-color: #DC31A9;
}
.TagClassName
{
border-color: #DC31A9;
}
</style>