Shades of Persian Rose #DF30AF
Tints of Persian Rose #DF30AF
RGB
CMYK
RGB Variations
Color information
#DF30AF (or 0xDF30AF) is known color: Persian Rose. HEX triplet: DF, 30 and AF. RGB value is (223,48,175). Sum of RGB (Red+Green+Blue) = 223+48+175=446 (59% of max value = 765). Red value is 223 (87.5% from 255 or 50% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF30AF is #20CF50. Grayscale: #727272. Windows color (decimal): -2150225 or 11481311. OLE color: 11481311.
HSL color Cylindrical-coordinate representation of color #DF30AF: hue angle of 316.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF30AF is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 175 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.13 |
| HSL | 316.46º | 0.73% | 0.53% | - |
| HSV(B) | 316.46º | 0.78% | 0.87% | - |
| XYZ | 39.23 | 20.9 | 42.52 | - |
| YUV | 114.8 | 161.98 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 175 | 0 | 0.78 | 0.22 | 0.13 | 316.46 | 0.73 | 0.53 |
| Hex | DF | 30 | AF | 0 | 4E | 16 | D | 13C | 49 | 35 |
| Octal | 337 | 60 | 257 | 0 | 116 | 26 | 15 | 474 | 111 | 65 |
| Binary | 11011111 | 110000 | 10101111 | 0 | 1001110 | 10110 | 1101 | 100111100 | 1001001 | 110101 |
Color Harmonies of #DF30AF
Complementary color
Monochromatic Colors of #DF30AF
Black with #DF30AF
Text Example
Text Example
White with #DF30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30AF; }
p { color: rgb(223,48,175); }
H1.HeaderClassName
{
color: #DF30AF;
}
.AnyTagClassName
{
color: #DF30AF;
}
</style>
background-color css
<style>
a { background-color: #DF30AF; }
a { background-color: rgb(223,48,175); }
div.DivClassName
{
background-color: #DF30AF;
}
.BgClassName
{
background-color: #DF30AF;
}
</style>
border-color css
<style>
span { border-color: #DF30AF; }
span { border-color: rgb(223,48,175); }
td.TdClassName
{
border-color: #DF30AF;
}
.TagClassName
{
border-color: #DF30AF;
}
</style>