Shades of Persian Rose #DD2DAA
Tints of Persian Rose #DD2DAA
RGB
CMYK
RGB Variations
Color information
#DD2DAA (or 0xDD2DAA) is known color: Persian Rose. HEX triplet: DD, 2D and AA. RGB value is (221,45,170). Sum of RGB (Red+Green+Blue) = 221+45+170=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DAA is #22D255. Grayscale: #6F6F6F. Windows color (decimal): -2282070 or 11152861. OLE color: 11152861.
HSL color Cylindrical-coordinate representation of color #DD2DAA: hue angle of 317.39º degrees, saturation: 0.72, 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 #DD2DAA is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 170 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.13 |
| HSL | 317.39º | 0.72% | 0.52% | - |
| HSV(B) | 317.39º | 0.8% | 0.87% | - |
| XYZ | 38.01 | 20.15 | 39.92 | - |
| YUV | 111.87 | 160.81 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 170 | 0 | 0.80 | 0.23 | 0.13 | 317.39 | 0.72 | 0.52 |
| Hex | DD | 2D | AA | 0 | 50 | 17 | D | 13D | 48 | 34 |
| Octal | 335 | 55 | 252 | 0 | 120 | 27 | 15 | 475 | 110 | 64 |
| Binary | 11011101 | 101101 | 10101010 | 0 | 1010000 | 10111 | 1101 | 100111101 | 1001000 | 110100 |
Color Harmonies of #DD2DAA
Complementary color
Monochromatic Colors of #DD2DAA
Black with #DD2DAA
Text Example
Text Example
White with #DD2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DAA; }
p { color: rgb(221,45,170); }
H1.HeaderClassName
{
color: #DD2DAA;
}
.AnyTagClassName
{
color: #DD2DAA;
}
</style>
background-color css
<style>
a { background-color: #DD2DAA; }
a { background-color: rgb(221,45,170); }
div.DivClassName
{
background-color: #DD2DAA;
}
.BgClassName
{
background-color: #DD2DAA;
}
</style>
border-color css
<style>
span { border-color: #DD2DAA; }
span { border-color: rgb(221,45,170); }
td.TdClassName
{
border-color: #DD2DAA;
}
.TagClassName
{
border-color: #DD2DAA;
}
</style>