Shades of Persian Rose #DC30AF
Tints of Persian Rose #DC30AF
RGB
CMYK
RGB Variations
Color information
#DC30AF (or 0xDC30AF) is known color: Persian Rose. HEX triplet: DC, 30 and AF. RGB value is (220,48,175). Sum of RGB (Red+Green+Blue) = 220+48+175=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC30AF is #23CF50. Grayscale: #717171. Windows color (decimal): -2346833 or 11481308. OLE color: 11481308.
HSL color Cylindrical-coordinate representation of color #DC30AF: hue angle of 315.7º 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 #DC30AF is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 175 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.14 |
| HSL | 315.7º | 0.71% | 0.53% | - |
| HSV(B) | 315.7º | 0.78% | 0.86% | - |
| XYZ | 38.31 | 20.42 | 42.48 | - |
| YUV | 113.91 | 162.48 | 203.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 175 | 0 | 0.78 | 0.20 | 0.14 | 315.7 | 0.71 | 0.53 |
| Hex | DC | 30 | AF | 0 | 4E | 14 | E | 13C | 47 | 35 |
| Octal | 334 | 60 | 257 | 0 | 116 | 24 | 16 | 474 | 107 | 65 |
| Binary | 11011100 | 110000 | 10101111 | 0 | 1001110 | 10100 | 1110 | 100111100 | 1000111 | 110101 |
Color Harmonies of #DC30AF
Complementary color
Monochromatic Colors of #DC30AF
Black with #DC30AF
Text Example
Text Example
White with #DC30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC30AF; }
p { color: rgb(220,48,175); }
H1.HeaderClassName
{
color: #DC30AF;
}
.AnyTagClassName
{
color: #DC30AF;
}
</style>
background-color css
<style>
a { background-color: #DC30AF; }
a { background-color: rgb(220,48,175); }
div.DivClassName
{
background-color: #DC30AF;
}
.BgClassName
{
background-color: #DC30AF;
}
</style>
border-color css
<style>
span { border-color: #DC30AF; }
span { border-color: rgb(220,48,175); }
td.TdClassName
{
border-color: #DC30AF;
}
.TagClassName
{
border-color: #DC30AF;
}
</style>