Shades of Persian Rose #DF3AAA
Tints of Persian Rose #DF3AAA
RGB
CMYK
RGB Variations
Color information
#DF3AAA (or 0xDF3AAA) is known color: Persian Rose. HEX triplet: DF, 3A and AA. RGB value is (223,58,170). Sum of RGB (Red+Green+Blue) = 223+58+170=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3AAA is #20C555. Grayscale: #777777. Windows color (decimal): -2147670 or 11156191. OLE color: 11156191.
HSL color Cylindrical-coordinate representation of color #DF3AAA: hue angle of 319.27º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3AAA is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 58 | 170 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.13 |
| HSL | 319.27º | 0.72% | 0.55% | - |
| HSV(B) | 319.27º | 0.74% | 0.87% | - |
| XYZ | 39.2 | 21.62 | 40.14 | - |
| YUV | 120.1 | 156.16 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 58 | 170 | 0 | 0.74 | 0.24 | 0.13 | 319.27 | 0.72 | 0.55 |
| Hex | DF | 3A | AA | 0 | 4A | 18 | D | 13F | 48 | 37 |
| Octal | 337 | 72 | 252 | 0 | 112 | 30 | 15 | 477 | 110 | 67 |
| Binary | 11011111 | 111010 | 10101010 | 0 | 1001010 | 11000 | 1101 | 100111111 | 1001000 | 110111 |
Color Harmonies of #DF3AAA
Complementary color
Monochromatic Colors of #DF3AAA
Black with #DF3AAA
Text Example
Text Example
White with #DF3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3AAA; }
p { color: rgb(223,58,170); }
H1.HeaderClassName
{
color: #DF3AAA;
}
.AnyTagClassName
{
color: #DF3AAA;
}
</style>
background-color css
<style>
a { background-color: #DF3AAA; }
a { background-color: rgb(223,58,170); }
div.DivClassName
{
background-color: #DF3AAA;
}
.BgClassName
{
background-color: #DF3AAA;
}
</style>
border-color css
<style>
span { border-color: #DF3AAA; }
span { border-color: rgb(223,58,170); }
td.TdClassName
{
border-color: #DF3AAA;
}
.TagClassName
{
border-color: #DF3AAA;
}
</style>