Shades of Persian Rose #DF30AA
Tints of Persian Rose #DF30AA
RGB
CMYK
RGB Variations
Color information
#DF30AA (or 0xDF30AA) is known color: Persian Rose. HEX triplet: DF, 30 and AA. RGB value is (223,48,170). Sum of RGB (Red+Green+Blue) = 223+48+170=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 48 (19.14% from 255 or 10.88% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF30AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF30AA is #20CF55. Grayscale: #717171. Windows color (decimal): -2150230 or 11153631. OLE color: 11153631.
HSL color Cylindrical-coordinate representation of color #DF30AA: hue angle of 318.17º 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 #DF30AA is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 48 | 170 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.13 |
| HSL | 318.17º | 0.73% | 0.53% | - |
| HSV(B) | 318.17º | 0.78% | 0.87% | - |
| XYZ | 38.74 | 20.7 | 39.98 | - |
| YUV | 114.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 48 | 170 | 0 | 0.78 | 0.24 | 0.13 | 318.17 | 0.73 | 0.53 |
| Hex | DF | 30 | AA | 0 | 4E | 18 | D | 13E | 49 | 35 |
| Octal | 337 | 60 | 252 | 0 | 116 | 30 | 15 | 476 | 111 | 65 |
| Binary | 11011111 | 110000 | 10101010 | 0 | 1001110 | 11000 | 1101 | 100111110 | 1001001 | 110101 |
Color Harmonies of #DF30AA
Complementary color
Monochromatic Colors of #DF30AA
Black with #DF30AA
Text Example
Text Example
White with #DF30AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF30AA; }
p { color: rgb(223,48,170); }
H1.HeaderClassName
{
color: #DF30AA;
}
.AnyTagClassName
{
color: #DF30AA;
}
</style>
background-color css
<style>
a { background-color: #DF30AA; }
a { background-color: rgb(223,48,170); }
div.DivClassName
{
background-color: #DF30AA;
}
.BgClassName
{
background-color: #DF30AA;
}
</style>
border-color css
<style>
span { border-color: #DF30AA; }
span { border-color: rgb(223,48,170); }
td.TdClassName
{
border-color: #DF30AA;
}
.TagClassName
{
border-color: #DF30AA;
}
</style>