Shades of Persian Rose #DF29A8
Tints of Persian Rose #DF29A8
RGB
CMYK
RGB Variations
Color information
#DF29A8 (or 0xDF29A8) is known color: Persian Rose. HEX triplet: DF, 29 and A8. RGB value is (223,41,168). Sum of RGB (Red+Green+Blue) = 223+41+168=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29A8 is #20D657. Grayscale: #6D6D6D. Windows color (decimal): -2152024 or 11020767. OLE color: 11020767.
HSL color Cylindrical-coordinate representation of color #DF29A8: hue angle of 318.13º 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 #DF29A8 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 168 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.13 |
| HSL | 318.13º | 0.74% | 0.52% | - |
| HSV(B) | 318.13º | 0.82% | 0.87% | - |
| XYZ | 38.29 | 20.1 | 38.91 | - |
| YUV | 109.9 | 160.8 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 168 | 0 | 0.82 | 0.25 | 0.13 | 318.13 | 0.74 | 0.52 |
| Hex | DF | 29 | A8 | 0 | 52 | 19 | D | 13E | 4A | 34 |
| Octal | 337 | 51 | 250 | 0 | 122 | 31 | 15 | 476 | 112 | 64 |
| Binary | 11011111 | 101001 | 10101000 | 0 | 1010010 | 11001 | 1101 | 100111110 | 1001010 | 110100 |
Color Harmonies of #DF29A8
Complementary color
Monochromatic Colors of #DF29A8
Black with #DF29A8
Text Example
Text Example
White with #DF29A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29A8; }
p { color: rgb(223,41,168); }
H1.HeaderClassName
{
color: #DF29A8;
}
.AnyTagClassName
{
color: #DF29A8;
}
</style>
background-color css
<style>
a { background-color: #DF29A8; }
a { background-color: rgb(223,41,168); }
div.DivClassName
{
background-color: #DF29A8;
}
.BgClassName
{
background-color: #DF29A8;
}
</style>
border-color css
<style>
span { border-color: #DF29A8; }
span { border-color: rgb(223,41,168); }
td.TdClassName
{
border-color: #DF29A8;
}
.TagClassName
{
border-color: #DF29A8;
}
</style>