Shades of Persian Rose #DE25A7
Tints of Persian Rose #DE25A7
RGB
CMYK
RGB Variations
Color information
#DE25A7 (or 0xDE25A7) is known color: Persian Rose. HEX triplet: DE, 25 and A7. RGB value is (222,37,167). Sum of RGB (Red+Green+Blue) = 222+37+167=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DE25A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE25A7 is #21DA58. Grayscale: #6A6A6A. Windows color (decimal): -2218585 or 10954206. OLE color: 10954206.
HSL color Cylindrical-coordinate representation of color #DE25A7: hue angle of 317.84º 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 #DE25A7 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 167 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.13 |
| HSL | 317.84º | 0.74% | 0.51% | - |
| HSV(B) | 317.84º | 0.83% | 0.87% | - |
| XYZ | 37.76 | 19.64 | 38.36 | - |
| YUV | 107.14 | 161.79 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 167 | 0 | 0.83 | 0.25 | 0.13 | 317.84 | 0.74 | 0.51 |
| Hex | DE | 25 | A7 | 0 | 53 | 19 | D | 13E | 4A | 33 |
| Octal | 336 | 45 | 247 | 0 | 123 | 31 | 15 | 476 | 112 | 63 |
| Binary | 11011110 | 100101 | 10100111 | 0 | 1010011 | 11001 | 1101 | 100111110 | 1001010 | 110011 |
Color Harmonies of #DE25A7
Complementary color
Monochromatic Colors of #DE25A7
Black with #DE25A7
Text Example
Text Example
White with #DE25A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE25A7; }
p { color: rgb(222,37,167); }
H1.HeaderClassName
{
color: #DE25A7;
}
.AnyTagClassName
{
color: #DE25A7;
}
</style>
background-color css
<style>
a { background-color: #DE25A7; }
a { background-color: rgb(222,37,167); }
div.DivClassName
{
background-color: #DE25A7;
}
.BgClassName
{
background-color: #DE25A7;
}
</style>
border-color css
<style>
span { border-color: #DE25A7; }
span { border-color: rgb(222,37,167); }
td.TdClassName
{
border-color: #DE25A7;
}
.TagClassName
{
border-color: #DE25A7;
}
</style>