Shades of Persian Rose #DE28AA
Tints of Persian Rose #DE28AA
RGB
CMYK
RGB Variations
Color information
#DE28AA (or 0xDE28AA) is known color: Persian Rose. HEX triplet: DE, 28 and AA. RGB value is (222,40,170). Sum of RGB (Red+Green+Blue) = 222+40+170=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE28AA is #21D755. Grayscale: #6C6C6C. Windows color (decimal): -2217814 or 11151582. OLE color: 11151582.
HSL color Cylindrical-coordinate representation of color #DE28AA: hue angle of 317.14º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE28AA is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 40 | 170 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.13 |
| HSL | 317.14º | 0.73% | 0.51% | - |
| HSV(B) | 317.14º | 0.82% | 0.87% | - |
| XYZ | 38.14 | 19.95 | 39.87 | - |
| YUV | 109.24 | 162.3 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 40 | 170 | 0 | 0.82 | 0.23 | 0.13 | 317.14 | 0.73 | 0.51 |
| Hex | DE | 28 | AA | 0 | 52 | 17 | D | 13D | 49 | 33 |
| Octal | 336 | 50 | 252 | 0 | 122 | 27 | 15 | 475 | 111 | 63 |
| Binary | 11011110 | 101000 | 10101010 | 0 | 1010010 | 10111 | 1101 | 100111101 | 1001001 | 110011 |
Color Harmonies of #DE28AA
Complementary color
Monochromatic Colors of #DE28AA
Black with #DE28AA
Text Example
Text Example
White with #DE28AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE28AA; }
p { color: rgb(222,40,170); }
H1.HeaderClassName
{
color: #DE28AA;
}
.AnyTagClassName
{
color: #DE28AA;
}
</style>
background-color css
<style>
a { background-color: #DE28AA; }
a { background-color: rgb(222,40,170); }
div.DivClassName
{
background-color: #DE28AA;
}
.BgClassName
{
background-color: #DE28AA;
}
</style>
border-color css
<style>
span { border-color: #DE28AA; }
span { border-color: rgb(222,40,170); }
td.TdClassName
{
border-color: #DE28AA;
}
.TagClassName
{
border-color: #DE28AA;
}
</style>