Shades of Persian Rose #DC31B0
Tints of Persian Rose #DC31B0
RGB
CMYK
RGB Variations
Color information
#DC31B0 (or 0xDC31B0) is known color: Persian Rose. HEX triplet: DC, 31 and B0. RGB value is (220,49,176). Sum of RGB (Red+Green+Blue) = 220+49+176=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC31B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC31B0 is #23CE4F. Grayscale: #727272. Windows color (decimal): -2346576 or 11547100. OLE color: 11547100.
HSL color Cylindrical-coordinate representation of color #DC31B0: hue angle of 315.44º 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 #DC31B0 is Cyan = 0, Magento = 0.78, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 49 | 176 | - |
| CMYK | 0 | 0.78 | 0.2 | 0.14 |
| HSL | 315.44º | 0.71% | 0.53% | - |
| HSV(B) | 315.44º | 0.78% | 0.86% | - |
| XYZ | 38.45 | 20.55 | 43.01 | - |
| YUV | 114.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 49 | 176 | 0 | 0.78 | 0.2 | 0.14 | 315.44 | 0.71 | 0.53 |
| Hex | DC | 31 | B0 | 0 | 4E | 14 | E | 13B | 47 | 35 |
| Octal | 334 | 61 | 260 | 0 | 116 | 24 | 16 | 473 | 107 | 65 |
| Binary | 11011100 | 110001 | 10110000 | 0 | 1001110 | 10100 | 1110 | 100111011 | 1000111 | 110101 |
Color Harmonies of #DC31B0
Complementary color
Monochromatic Colors of #DC31B0
Black with #DC31B0
Text Example
Text Example
White with #DC31B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC31B0; }
p { color: rgb(220,49,176); }
H1.HeaderClassName
{
color: #DC31B0;
}
.AnyTagClassName
{
color: #DC31B0;
}
</style>
background-color css
<style>
a { background-color: #DC31B0; }
a { background-color: rgb(220,49,176); }
div.DivClassName
{
background-color: #DC31B0;
}
.BgClassName
{
background-color: #DC31B0;
}
</style>
border-color css
<style>
span { border-color: #DC31B0; }
span { border-color: rgb(220,49,176); }
td.TdClassName
{
border-color: #DC31B0;
}
.TagClassName
{
border-color: #DC31B0;
}
</style>