Shades of Persian Rose #DF23A5
Tints of Persian Rose #DF23A5
RGB
CMYK
RGB Variations
Color information
#DF23A5 (or 0xDF23A5) is known color: Persian Rose. HEX triplet: DF, 23 and A5. RGB value is (223,35,165). Sum of RGB (Red+Green+Blue) = 223+35+165=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 35 (14.06% from 255 or 8.27% from 423); Blue value is 165 (64.84% from 255 or 39.01% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF23A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF23A5 is #20DC5A. Grayscale: #696969. Windows color (decimal): -2153563 or 10822623. OLE color: 10822623.
HSL color Cylindrical-coordinate representation of color #DF23A5: hue angle of 318.51º 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 #DF23A5 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 35 | 165 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.13 |
| HSL | 318.51º | 0.75% | 0.51% | - |
| HSV(B) | 318.51º | 0.84% | 0.87% | - |
| XYZ | 37.82 | 19.61 | 37.39 | - |
| YUV | 106.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 35 | 165 | 0 | 0.84 | 0.26 | 0.13 | 318.51 | 0.75 | 0.51 |
| Hex | DF | 23 | A5 | 0 | 54 | 1A | D | 13F | 4B | 33 |
| Octal | 337 | 43 | 245 | 0 | 124 | 32 | 15 | 477 | 113 | 63 |
| Binary | 11011111 | 100011 | 10100101 | 0 | 1010100 | 11010 | 1101 | 100111111 | 1001011 | 110011 |
Color Harmonies of #DF23A5
Complementary color
Monochromatic Colors of #DF23A5
Black with #DF23A5
Text Example
Text Example
White with #DF23A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF23A5; }
p { color: rgb(223,35,165); }
H1.HeaderClassName
{
color: #DF23A5;
}
.AnyTagClassName
{
color: #DF23A5;
}
</style>
background-color css
<style>
a { background-color: #DF23A5; }
a { background-color: rgb(223,35,165); }
div.DivClassName
{
background-color: #DF23A5;
}
.BgClassName
{
background-color: #DF23A5;
}
</style>
border-color css
<style>
span { border-color: #DF23A5; }
span { border-color: rgb(223,35,165); }
td.TdClassName
{
border-color: #DF23A5;
}
.TagClassName
{
border-color: #DF23A5;
}
</style>