Shades of Persian Rose #DE2CA6
Tints of Persian Rose #DE2CA6
RGB
CMYK
RGB Variations
Color information
#DE2CA6 (or 0xDE2CA6) is known color: Persian Rose. HEX triplet: DE, 2C and A6. RGB value is (222,44,166). Sum of RGB (Red+Green+Blue) = 222+44+166=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 166 (65.23% from 255 or 38.43% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2CA6 is #21D359. Grayscale: #6E6E6E. Windows color (decimal): -2216794 or 10890462. OLE color: 10890462.
HSL color Cylindrical-coordinate representation of color #DE2CA6: hue angle of 318.88º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2CA6 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 44 | 166 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.13 |
| HSL | 318.88º | 0.73% | 0.52% | - |
| HSV(B) | 318.88º | 0.8% | 0.87% | - |
| XYZ | 37.91 | 20.08 | 37.96 | - |
| YUV | 111.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 44 | 166 | 0 | 0.80 | 0.25 | 0.13 | 318.88 | 0.73 | 0.52 |
| Hex | DE | 2C | A6 | 0 | 50 | 19 | D | 13F | 49 | 34 |
| Octal | 336 | 54 | 246 | 0 | 120 | 31 | 15 | 477 | 111 | 64 |
| Binary | 11011110 | 101100 | 10100110 | 0 | 1010000 | 11001 | 1101 | 100111111 | 1001001 | 110100 |
Color Harmonies of #DE2CA6
Complementary color
Monochromatic Colors of #DE2CA6
Black with #DE2CA6
Text Example
Text Example
White with #DE2CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2CA6; }
p { color: rgb(222,44,166); }
H1.HeaderClassName
{
color: #DE2CA6;
}
.AnyTagClassName
{
color: #DE2CA6;
}
</style>
background-color css
<style>
a { background-color: #DE2CA6; }
a { background-color: rgb(222,44,166); }
div.DivClassName
{
background-color: #DE2CA6;
}
.BgClassName
{
background-color: #DE2CA6;
}
</style>
border-color css
<style>
span { border-color: #DE2CA6; }
span { border-color: rgb(222,44,166); }
td.TdClassName
{
border-color: #DE2CA6;
}
.TagClassName
{
border-color: #DE2CA6;
}
</style>