Shades of Persian Rose #DF24A8
Tints of Persian Rose #DF24A8
RGB
CMYK
RGB Variations
Color information
#DF24A8 (or 0xDF24A8) is known color: Persian Rose. HEX triplet: DF, 24 and A8. RGB value is (223,36,168). Sum of RGB (Red+Green+Blue) = 223+36+168=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF24A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF24A8 is #20DB57. Grayscale: #6A6A6A. Windows color (decimal): -2153304 or 11019487. OLE color: 11019487.
HSL color Cylindrical-coordinate representation of color #DF24A8: hue angle of 317.65º 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 #DF24A8 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 36 | 168 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.13 |
| HSL | 317.65º | 0.75% | 0.51% | - |
| HSV(B) | 317.65º | 0.84% | 0.87% | - |
| XYZ | 38.13 | 19.78 | 38.85 | - |
| YUV | 106.96 | 162.45 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 36 | 168 | 0 | 0.84 | 0.25 | 0.13 | 317.65 | 0.75 | 0.51 |
| Hex | DF | 24 | A8 | 0 | 54 | 19 | D | 13E | 4B | 33 |
| Octal | 337 | 44 | 250 | 0 | 124 | 31 | 15 | 476 | 113 | 63 |
| Binary | 11011111 | 100100 | 10101000 | 0 | 1010100 | 11001 | 1101 | 100111110 | 1001011 | 110011 |
Color Harmonies of #DF24A8
Complementary color
Monochromatic Colors of #DF24A8
Black with #DF24A8
Text Example
Text Example
White with #DF24A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF24A8; }
p { color: rgb(223,36,168); }
H1.HeaderClassName
{
color: #DF24A8;
}
.AnyTagClassName
{
color: #DF24A8;
}
</style>
background-color css
<style>
a { background-color: #DF24A8; }
a { background-color: rgb(223,36,168); }
div.DivClassName
{
background-color: #DF24A8;
}
.BgClassName
{
background-color: #DF24A8;
}
</style>
border-color css
<style>
span { border-color: #DF24A8; }
span { border-color: rgb(223,36,168); }
td.TdClassName
{
border-color: #DF24A8;
}
.TagClassName
{
border-color: #DF24A8;
}
</style>