Shades of Persian Rose #DD2EAC
Tints of Persian Rose #DD2EAC
RGB
CMYK
RGB Variations
Color information
#DD2EAC (or 0xDD2EAC) is known color: Persian Rose. HEX triplet: DD, 2E and AC. RGB value is (221,46,172). Sum of RGB (Red+Green+Blue) = 221+46+172=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2EAC is #22D153. Grayscale: #707070. Windows color (decimal): -2281812 or 11284189. OLE color: 11284189.
HSL color Cylindrical-coordinate representation of color #DD2EAC: hue angle of 316.8º 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 #DD2EAC is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 46 | 172 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.13 |
| HSL | 316.8º | 0.72% | 0.52% | - |
| HSV(B) | 316.8º | 0.79% | 0.87% | - |
| XYZ | 38.24 | 20.3 | 40.93 | - |
| YUV | 112.69 | 161.48 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 46 | 172 | 0 | 0.79 | 0.22 | 0.13 | 316.8 | 0.72 | 0.52 |
| Hex | DD | 2E | AC | 0 | 4F | 16 | D | 13D | 48 | 34 |
| Octal | 335 | 56 | 254 | 0 | 117 | 26 | 15 | 475 | 110 | 64 |
| Binary | 11011101 | 101110 | 10101100 | 0 | 1001111 | 10110 | 1101 | 100111101 | 1001000 | 110100 |
Color Harmonies of #DD2EAC
Complementary color
Monochromatic Colors of #DD2EAC
Black with #DD2EAC
Text Example
Text Example
White with #DD2EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2EAC; }
p { color: rgb(221,46,172); }
H1.HeaderClassName
{
color: #DD2EAC;
}
.AnyTagClassName
{
color: #DD2EAC;
}
</style>
background-color css
<style>
a { background-color: #DD2EAC; }
a { background-color: rgb(221,46,172); }
div.DivClassName
{
background-color: #DD2EAC;
}
.BgClassName
{
background-color: #DD2EAC;
}
</style>
border-color css
<style>
span { border-color: #DD2EAC; }
span { border-color: rgb(221,46,172); }
td.TdClassName
{
border-color: #DD2EAC;
}
.TagClassName
{
border-color: #DD2EAC;
}
</style>