Shades of Persian Rose #DE3AAA
Tints of Persian Rose #DE3AAA
RGB
CMYK
RGB Variations
Color information
#DE3AAA (or 0xDE3AAA) is known color: Persian Rose. HEX triplet: DE, 3A and AA. RGB value is (222,58,170). Sum of RGB (Red+Green+Blue) = 222+58+170=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE3AAA is #21C555. Grayscale: #777777. Windows color (decimal): -2213206 or 11156190. OLE color: 11156190.
HSL color Cylindrical-coordinate representation of color #DE3AAA: hue angle of 319.02º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DE3AAA is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 58 | 170 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.13 |
| HSL | 319.02º | 0.71% | 0.55% | - |
| HSV(B) | 319.02º | 0.74% | 0.87% | - |
| XYZ | 38.89 | 21.46 | 40.12 | - |
| YUV | 119.8 | 156.33 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 58 | 170 | 0 | 0.74 | 0.23 | 0.13 | 319.02 | 0.71 | 0.55 |
| Hex | DE | 3A | AA | 0 | 4A | 17 | D | 13F | 47 | 37 |
| Octal | 336 | 72 | 252 | 0 | 112 | 27 | 15 | 477 | 107 | 67 |
| Binary | 11011110 | 111010 | 10101010 | 0 | 1001010 | 10111 | 1101 | 100111111 | 1000111 | 110111 |
Color Harmonies of #DE3AAA
Complementary color
Monochromatic Colors of #DE3AAA
Black with #DE3AAA
Text Example
Text Example
White with #DE3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3AAA; }
p { color: rgb(222,58,170); }
H1.HeaderClassName
{
color: #DE3AAA;
}
.AnyTagClassName
{
color: #DE3AAA;
}
</style>
background-color css
<style>
a { background-color: #DE3AAA; }
a { background-color: rgb(222,58,170); }
div.DivClassName
{
background-color: #DE3AAA;
}
.BgClassName
{
background-color: #DE3AAA;
}
</style>
border-color css
<style>
span { border-color: #DE3AAA; }
span { border-color: rgb(222,58,170); }
td.TdClassName
{
border-color: #DE3AAA;
}
.TagClassName
{
border-color: #DE3AAA;
}
</style>