Shades of Persian Rose #DF2DAA
Tints of Persian Rose #DF2DAA
RGB
CMYK
RGB Variations
Color information
#DF2DAA (or 0xDF2DAA) is known color: Persian Rose. HEX triplet: DF, 2D and AA. RGB value is (223,45,170). Sum of RGB (Red+Green+Blue) = 223+45+170=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 45 (17.97% from 255 or 10.27% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DAA is #20D255. Grayscale: #707070. Windows color (decimal): -2150998 or 11152863. OLE color: 11152863.
HSL color Cylindrical-coordinate representation of color #DF2DAA: hue angle of 317.87º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2DAA is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 170 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.13 |
| HSL | 317.87º | 0.74% | 0.53% | - |
| HSV(B) | 317.87º | 0.8% | 0.87% | - |
| XYZ | 38.63 | 20.47 | 39.94 | - |
| YUV | 112.47 | 160.47 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 170 | 0 | 0.80 | 0.24 | 0.13 | 317.87 | 0.74 | 0.53 |
| Hex | DF | 2D | AA | 0 | 50 | 18 | D | 13E | 4A | 35 |
| Octal | 337 | 55 | 252 | 0 | 120 | 30 | 15 | 476 | 112 | 65 |
| Binary | 11011111 | 101101 | 10101010 | 0 | 1010000 | 11000 | 1101 | 100111110 | 1001010 | 110101 |
Color Harmonies of #DF2DAA
Complementary color
Monochromatic Colors of #DF2DAA
Black with #DF2DAA
Text Example
Text Example
White with #DF2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DAA; }
p { color: rgb(223,45,170); }
H1.HeaderClassName
{
color: #DF2DAA;
}
.AnyTagClassName
{
color: #DF2DAA;
}
</style>
background-color css
<style>
a { background-color: #DF2DAA; }
a { background-color: rgb(223,45,170); }
div.DivClassName
{
background-color: #DF2DAA;
}
.BgClassName
{
background-color: #DF2DAA;
}
</style>
border-color css
<style>
span { border-color: #DF2DAA; }
span { border-color: rgb(223,45,170); }
td.TdClassName
{
border-color: #DF2DAA;
}
.TagClassName
{
border-color: #DF2DAA;
}
</style>