Shades of Persian Rose #DD2EA8
Tints of Persian Rose #DD2EA8
RGB
CMYK
RGB Variations
Color information
#DD2EA8 (or 0xDD2EA8) is known color: Persian Rose. HEX triplet: DD, 2E and A8. RGB value is (221,46,168). Sum of RGB (Red+Green+Blue) = 221+46+168=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2EA8 is #22D157. Grayscale: #6F6F6F. Windows color (decimal): -2281816 or 11022045. OLE color: 11022045.
HSL color Cylindrical-coordinate representation of color #DD2EA8: hue angle of 318.17º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DD2EA8 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 168 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.13 |
| HSL | 318.17º | 0.72% | 0.52% | - |
| HSV(B) | 318.17º | 0.79% | 0.87% | - |
| XYZ | 37.86 | 20.15 | 38.94 | - |
| YUV | 112.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 168 | 0 | 0.79 | 0.24 | 0.13 | 318.17 | 0.72 | 0.52 |
| Hex | DD | 2E | A8 | 0 | 4F | 18 | D | 13E | 48 | 34 |
| Octal | 335 | 56 | 250 | 0 | 117 | 30 | 15 | 476 | 110 | 64 |
| Binary | 11011101 | 101110 | 10101000 | 0 | 1001111 | 11000 | 1101 | 100111110 | 1001000 | 110100 |
Color Harmonies of #DD2EA8
Complementary color
Monochromatic Colors of #DD2EA8
Black with #DD2EA8
Text Example
Text Example
White with #DD2EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EA8; }
p { color: rgb(221,46,168); }
H1.HeaderClassName
{
color: #DD2EA8;
}
.AnyTagClassName
{
color: #DD2EA8;
}
</style>
background-color css
<style>
a { background-color: #DD2EA8; }
a { background-color: rgb(221,46,168); }
div.DivClassName
{
background-color: #DD2EA8;
}
.BgClassName
{
background-color: #DD2EA8;
}
</style>
border-color css
<style>
span { border-color: #DD2EA8; }
span { border-color: rgb(221,46,168); }
td.TdClassName
{
border-color: #DD2EA8;
}
.TagClassName
{
border-color: #DD2EA8;
}
</style>