Shades of Persian Rose #DF24A4
Tints of Persian Rose #DF24A4
RGB
CMYK
RGB Variations
Color information
#DF24A4 (or 0xDF24A4) is known color: Persian Rose. HEX triplet: DF, 24 and A4. RGB value is (223,36,164). Sum of RGB (Red+Green+Blue) = 223+36+164=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 164 (64.45% from 255 or 38.77% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24A4 is #20DB5B. Grayscale: #6A6A6A. Windows color (decimal): -2153308 or 10757343. OLE color: 10757343.
HSL color Cylindrical-coordinate representation of color #DF24A4: hue angle of 318.93º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DF24A4 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 164 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.13 |
| HSL | 318.93º | 0.75% | 0.51% | - |
| HSV(B) | 318.93º | 0.84% | 0.87% | - |
| XYZ | 37.76 | 19.63 | 36.92 | - |
| YUV | 106.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 164 | 0 | 0.84 | 0.26 | 0.13 | 318.93 | 0.75 | 0.51 |
| Hex | DF | 24 | A4 | 0 | 54 | 1A | D | 13F | 4B | 33 |
| Octal | 337 | 44 | 244 | 0 | 124 | 32 | 15 | 477 | 113 | 63 |
| Binary | 11011111 | 100100 | 10100100 | 0 | 1010100 | 11010 | 1101 | 100111111 | 1001011 | 110011 |
Color Harmonies of #DF24A4
Complementary color
Monochromatic Colors of #DF24A4
Black with #DF24A4
Text Example
Text Example
White with #DF24A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24A4; }
p { color: rgb(223,36,164); }
H1.HeaderClassName
{
color: #DF24A4;
}
.AnyTagClassName
{
color: #DF24A4;
}
</style>
background-color css
<style>
a { background-color: #DF24A4; }
a { background-color: rgb(223,36,164); }
div.DivClassName
{
background-color: #DF24A4;
}
.BgClassName
{
background-color: #DF24A4;
}
</style>
border-color css
<style>
span { border-color: #DF24A4; }
span { border-color: rgb(223,36,164); }
td.TdClassName
{
border-color: #DF24A4;
}
.TagClassName
{
border-color: #DF24A4;
}
</style>