Shades of Persian Rose #DF29A5
Tints of Persian Rose #DF29A5
RGB
CMYK
RGB Variations
Color information
#DF29A5 (or 0xDF29A5) is known color: Persian Rose. HEX triplet: DF, 29 and A5. RGB value is (223,41,165). Sum of RGB (Red+Green+Blue) = 223+41+165=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 41 (16.41% from 255 or 9.56% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DF29A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF29A5 is #20D65A. Grayscale: #6D6D6D. Windows color (decimal): -2152027 or 10824159. OLE color: 10824159.
HSL color Cylindrical-coordinate representation of color #DF29A5: hue angle of 319.12º 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 #DF29A5 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 41 | 165 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.13 |
| HSL | 319.12º | 0.74% | 0.52% | - |
| HSV(B) | 319.12º | 0.82% | 0.87% | - |
| XYZ | 38.02 | 19.99 | 37.45 | - |
| YUV | 109.55 | 159.3 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 41 | 165 | 0 | 0.82 | 0.26 | 0.13 | 319.12 | 0.74 | 0.52 |
| Hex | DF | 29 | A5 | 0 | 52 | 1A | D | 13F | 4A | 34 |
| Octal | 337 | 51 | 245 | 0 | 122 | 32 | 15 | 477 | 112 | 64 |
| Binary | 11011111 | 101001 | 10100101 | 0 | 1010010 | 11010 | 1101 | 100111111 | 1001010 | 110100 |
Color Harmonies of #DF29A5
Complementary color
Monochromatic Colors of #DF29A5
Black with #DF29A5
Text Example
Text Example
White with #DF29A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF29A5; }
p { color: rgb(223,41,165); }
H1.HeaderClassName
{
color: #DF29A5;
}
.AnyTagClassName
{
color: #DF29A5;
}
</style>
background-color css
<style>
a { background-color: #DF29A5; }
a { background-color: rgb(223,41,165); }
div.DivClassName
{
background-color: #DF29A5;
}
.BgClassName
{
background-color: #DF29A5;
}
</style>
border-color css
<style>
span { border-color: #DF29A5; }
span { border-color: rgb(223,41,165); }
td.TdClassName
{
border-color: #DF29A5;
}
.TagClassName
{
border-color: #DF29A5;
}
</style>