Shades of Persian Rose #DE2BA7
Tints of Persian Rose #DE2BA7
RGB
CMYK
RGB Variations
Color information
#DE2BA7 (or 0xDE2BA7) is known color: Persian Rose. HEX triplet: DE, 2B and A7. RGB value is (222,43,167). Sum of RGB (Red+Green+Blue) = 222+43+167=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 167 (65.62% from 255 or 38.66% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2BA7 is #21D458. Grayscale: #6E6E6E. Windows color (decimal): -2217049 or 10955742. OLE color: 10955742.
HSL color Cylindrical-coordinate representation of color #DE2BA7: hue angle of 318.44º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2BA7 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 43 | 167 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.13 |
| HSL | 318.44º | 0.73% | 0.52% | - |
| HSV(B) | 318.44º | 0.81% | 0.87% | - |
| XYZ | 37.96 | 20.05 | 38.43 | - |
| YUV | 110.66 | 159.8 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 43 | 167 | 0 | 0.81 | 0.25 | 0.13 | 318.44 | 0.73 | 0.52 |
| Hex | DE | 2B | A7 | 0 | 51 | 19 | D | 13E | 49 | 34 |
| Octal | 336 | 53 | 247 | 0 | 121 | 31 | 15 | 476 | 111 | 64 |
| Binary | 11011110 | 101011 | 10100111 | 0 | 1010001 | 11001 | 1101 | 100111110 | 1001001 | 110100 |
Color Harmonies of #DE2BA7
Complementary color
Monochromatic Colors of #DE2BA7
Black with #DE2BA7
Text Example
Text Example
White with #DE2BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2BA7; }
p { color: rgb(222,43,167); }
H1.HeaderClassName
{
color: #DE2BA7;
}
.AnyTagClassName
{
color: #DE2BA7;
}
</style>
background-color css
<style>
a { background-color: #DE2BA7; }
a { background-color: rgb(222,43,167); }
div.DivClassName
{
background-color: #DE2BA7;
}
.BgClassName
{
background-color: #DE2BA7;
}
</style>
border-color css
<style>
span { border-color: #DE2BA7; }
span { border-color: rgb(222,43,167); }
td.TdClassName
{
border-color: #DE2BA7;
}
.TagClassName
{
border-color: #DE2BA7;
}
</style>