Shades of Persian Rose #DC30AD
Tints of Persian Rose #DC30AD
RGB
CMYK
RGB Variations
Color information
#DC30AD (or 0xDC30AD) is known color: Persian Rose. HEX triplet: DC, 30 and AD. RGB value is (220,48,173). Sum of RGB (Red+Green+Blue) = 220+48+173=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC30AD is #23CF52. Grayscale: #717171. Windows color (decimal): -2346835 or 11350236. OLE color: 11350236.
HSL color Cylindrical-coordinate representation of color #DC30AD: hue angle of 316.4º 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 #DC30AD is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 173 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.14 |
| HSL | 316.4º | 0.71% | 0.53% | - |
| HSV(B) | 316.4º | 0.78% | 0.86% | - |
| XYZ | 38.11 | 20.35 | 41.45 | - |
| YUV | 113.68 | 161.48 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 173 | 0 | 0.78 | 0.21 | 0.14 | 316.4 | 0.71 | 0.53 |
| Hex | DC | 30 | AD | 0 | 4E | 15 | E | 13C | 47 | 35 |
| Octal | 334 | 60 | 255 | 0 | 116 | 25 | 16 | 474 | 107 | 65 |
| Binary | 11011100 | 110000 | 10101101 | 0 | 1001110 | 10101 | 1110 | 100111100 | 1000111 | 110101 |
Color Harmonies of #DC30AD
Complementary color
Monochromatic Colors of #DC30AD
Black with #DC30AD
Text Example
Text Example
White with #DC30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30AD; }
p { color: rgb(220,48,173); }
H1.HeaderClassName
{
color: #DC30AD;
}
.AnyTagClassName
{
color: #DC30AD;
}
</style>
background-color css
<style>
a { background-color: #DC30AD; }
a { background-color: rgb(220,48,173); }
div.DivClassName
{
background-color: #DC30AD;
}
.BgClassName
{
background-color: #DC30AD;
}
</style>
border-color css
<style>
span { border-color: #DC30AD; }
span { border-color: rgb(220,48,173); }
td.TdClassName
{
border-color: #DC30AD;
}
.TagClassName
{
border-color: #DC30AD;
}
</style>