Shades of Persian Rose #DE25A5
Tints of Persian Rose #DE25A5
RGB
CMYK
RGB Variations
Color information
#DE25A5 (or 0xDE25A5) is known color: Persian Rose. HEX triplet: DE, 25 and A5. RGB value is (222,37,165). Sum of RGB (Red+Green+Blue) = 222+37+165=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 37 (14.84% from 255 or 8.73% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE25A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE25A5 is #21DA5A. Grayscale: #6A6A6A. Windows color (decimal): -2218587 or 10823134. OLE color: 10823134.
HSL color Cylindrical-coordinate representation of color #DE25A5: hue angle of 318.49º 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 #DE25A5 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 165 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.13 |
| HSL | 318.49º | 0.74% | 0.51% | - |
| HSV(B) | 318.49º | 0.83% | 0.87% | - |
| XYZ | 37.58 | 19.57 | 37.39 | - |
| YUV | 106.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 165 | 0 | 0.83 | 0.26 | 0.13 | 318.49 | 0.74 | 0.51 |
| Hex | DE | 25 | A5 | 0 | 53 | 1A | D | 13E | 4A | 33 |
| Octal | 336 | 45 | 245 | 0 | 123 | 32 | 15 | 476 | 112 | 63 |
| Binary | 11011110 | 100101 | 10100101 | 0 | 1010011 | 11010 | 1101 | 100111110 | 1001010 | 110011 |
Color Harmonies of #DE25A5
Complementary color
Monochromatic Colors of #DE25A5
Black with #DE25A5
Text Example
Text Example
White with #DE25A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE25A5; }
p { color: rgb(222,37,165); }
H1.HeaderClassName
{
color: #DE25A5;
}
.AnyTagClassName
{
color: #DE25A5;
}
</style>
background-color css
<style>
a { background-color: #DE25A5; }
a { background-color: rgb(222,37,165); }
div.DivClassName
{
background-color: #DE25A5;
}
.BgClassName
{
background-color: #DE25A5;
}
</style>
border-color css
<style>
span { border-color: #DE25A5; }
span { border-color: rgb(222,37,165); }
td.TdClassName
{
border-color: #DE25A5;
}
.TagClassName
{
border-color: #DE25A5;
}
</style>