Shades of Persian Rose #DF25A7
Tints of Persian Rose #DF25A7
RGB
CMYK
RGB Variations
Color information
#DF25A7 (or 0xDF25A7) is known color: Persian Rose. HEX triplet: DF, 25 and A7. RGB value is (223,37,167). Sum of RGB (Red+Green+Blue) = 223+37+167=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DF25A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF25A7 is #20DA58. Grayscale: #6B6B6B. Windows color (decimal): -2153049 or 10954207. OLE color: 10954207.
HSL color Cylindrical-coordinate representation of color #DF25A7: hue angle of 318.06º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF25A7 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 37 | 167 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.13 |
| HSL | 318.06º | 0.74% | 0.51% | - |
| HSV(B) | 318.06º | 0.83% | 0.87% | - |
| XYZ | 38.07 | 19.8 | 38.37 | - |
| YUV | 107.43 | 161.62 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 37 | 167 | 0 | 0.83 | 0.25 | 0.13 | 318.06 | 0.74 | 0.51 |
| Hex | DF | 25 | A7 | 0 | 53 | 19 | D | 13E | 4A | 33 |
| Octal | 337 | 45 | 247 | 0 | 123 | 31 | 15 | 476 | 112 | 63 |
| Binary | 11011111 | 100101 | 10100111 | 0 | 1010011 | 11001 | 1101 | 100111110 | 1001010 | 110011 |
Color Harmonies of #DF25A7
Complementary color
Monochromatic Colors of #DF25A7
Black with #DF25A7
Text Example
Text Example
White with #DF25A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF25A7; }
p { color: rgb(223,37,167); }
H1.HeaderClassName
{
color: #DF25A7;
}
.AnyTagClassName
{
color: #DF25A7;
}
</style>
background-color css
<style>
a { background-color: #DF25A7; }
a { background-color: rgb(223,37,167); }
div.DivClassName
{
background-color: #DF25A7;
}
.BgClassName
{
background-color: #DF25A7;
}
</style>
border-color css
<style>
span { border-color: #DF25A7; }
span { border-color: rgb(223,37,167); }
td.TdClassName
{
border-color: #DF25A7;
}
.TagClassName
{
border-color: #DF25A7;
}
</style>