Shades of Persian Rose #DF29AA
Tints of Persian Rose #DF29AA
RGB
CMYK
RGB Variations
Color information
#DF29AA (or 0xDF29AA) is known color: Persian Rose. HEX triplet: DF, 29 and AA. RGB value is (223,41,170). Sum of RGB (Red+Green+Blue) = 223+41+170=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 41 (16.41% from 255 or 9.45% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29AA is #20D655. Grayscale: #6D6D6D. Windows color (decimal): -2152022 or 11151839. OLE color: 11151839.
HSL color Cylindrical-coordinate representation of color #DF29AA: hue angle of 317.47º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DF29AA is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 170 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.13 |
| HSL | 317.47º | 0.74% | 0.52% | - |
| HSV(B) | 317.47º | 0.82% | 0.87% | - |
| XYZ | 38.48 | 20.18 | 39.9 | - |
| YUV | 110.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 170 | 0 | 0.82 | 0.24 | 0.13 | 317.47 | 0.74 | 0.52 |
| Hex | DF | 29 | AA | 0 | 52 | 18 | D | 13D | 4A | 34 |
| Octal | 337 | 51 | 252 | 0 | 122 | 30 | 15 | 475 | 112 | 64 |
| Binary | 11011111 | 101001 | 10101010 | 0 | 1010010 | 11000 | 1101 | 100111101 | 1001010 | 110100 |
Color Harmonies of #DF29AA
Complementary color
Monochromatic Colors of #DF29AA
Black with #DF29AA
Text Example
Text Example
White with #DF29AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29AA; }
p { color: rgb(223,41,170); }
H1.HeaderClassName
{
color: #DF29AA;
}
.AnyTagClassName
{
color: #DF29AA;
}
</style>
background-color css
<style>
a { background-color: #DF29AA; }
a { background-color: rgb(223,41,170); }
div.DivClassName
{
background-color: #DF29AA;
}
.BgClassName
{
background-color: #DF29AA;
}
</style>
border-color css
<style>
span { border-color: #DF29AA; }
span { border-color: rgb(223,41,170); }
td.TdClassName
{
border-color: #DF29AA;
}
.TagClassName
{
border-color: #DF29AA;
}
</style>