Shades of Persian Rose #DF23A4
Tints of Persian Rose #DF23A4
RGB
CMYK
RGB Variations
Color information
#DF23A4 (or 0xDF23A4) is known color: Persian Rose. HEX triplet: DF, 23 and A4. RGB value is (223,35,164). Sum of RGB (Red+Green+Blue) = 223+35+164=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 35 (14.06% from 255 or 8.29% from 422); Blue value is 164 (64.45% from 255 or 38.86% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF23A4 is #20DC5B. Grayscale: #696969. Windows color (decimal): -2153564 or 10757087. OLE color: 10757087.
HSL color Cylindrical-coordinate representation of color #DF23A4: hue angle of 318.83º 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 #DF23A4 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 164 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.13 |
| HSL | 318.83º | 0.75% | 0.51% | - |
| HSV(B) | 318.83º | 0.84% | 0.87% | - |
| XYZ | 37.73 | 19.57 | 36.91 | - |
| YUV | 105.92 | 160.78 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 164 | 0 | 0.84 | 0.26 | 0.13 | 318.83 | 0.75 | 0.51 |
| Hex | DF | 23 | A4 | 0 | 54 | 1A | D | 13F | 4B | 33 |
| Octal | 337 | 43 | 244 | 0 | 124 | 32 | 15 | 477 | 113 | 63 |
| Binary | 11011111 | 100011 | 10100100 | 0 | 1010100 | 11010 | 1101 | 100111111 | 1001011 | 110011 |
Color Harmonies of #DF23A4
Complementary color
Monochromatic Colors of #DF23A4
Black with #DF23A4
Text Example
Text Example
White with #DF23A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23A4; }
p { color: rgb(223,35,164); }
H1.HeaderClassName
{
color: #DF23A4;
}
.AnyTagClassName
{
color: #DF23A4;
}
</style>
background-color css
<style>
a { background-color: #DF23A4; }
a { background-color: rgb(223,35,164); }
div.DivClassName
{
background-color: #DF23A4;
}
.BgClassName
{
background-color: #DF23A4;
}
</style>
border-color css
<style>
span { border-color: #DF23A4; }
span { border-color: rgb(223,35,164); }
td.TdClassName
{
border-color: #DF23A4;
}
.TagClassName
{
border-color: #DF23A4;
}
</style>