Shades of Persian Rose #DD2CAA
Tints of Persian Rose #DD2CAA
RGB
CMYK
RGB Variations
Color information
#DD2CAA (or 0xDD2CAA) is known color: Persian Rose. HEX triplet: DD, 2C and AA. RGB value is (221,44,170). Sum of RGB (Red+Green+Blue) = 221+44+170=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2CAA is #22D355. Grayscale: #6E6E6E. Windows color (decimal): -2282326 or 11152605. OLE color: 11152605.
HSL color Cylindrical-coordinate representation of color #DD2CAA: hue angle of 317.29º 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 #DD2CAA is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 44 | 170 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.13 |
| HSL | 317.29º | 0.72% | 0.52% | - |
| HSV(B) | 317.29º | 0.8% | 0.87% | - |
| XYZ | 37.98 | 20.08 | 39.9 | - |
| YUV | 111.29 | 161.14 | 206.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 44 | 170 | 0 | 0.80 | 0.23 | 0.13 | 317.29 | 0.72 | 0.52 |
| Hex | DD | 2C | AA | 0 | 50 | 17 | D | 13D | 48 | 34 |
| Octal | 335 | 54 | 252 | 0 | 120 | 27 | 15 | 475 | 110 | 64 |
| Binary | 11011101 | 101100 | 10101010 | 0 | 1010000 | 10111 | 1101 | 100111101 | 1001000 | 110100 |
Color Harmonies of #DD2CAA
Complementary color
Monochromatic Colors of #DD2CAA
Black with #DD2CAA
Text Example
Text Example
White with #DD2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2CAA; }
p { color: rgb(221,44,170); }
H1.HeaderClassName
{
color: #DD2CAA;
}
.AnyTagClassName
{
color: #DD2CAA;
}
</style>
background-color css
<style>
a { background-color: #DD2CAA; }
a { background-color: rgb(221,44,170); }
div.DivClassName
{
background-color: #DD2CAA;
}
.BgClassName
{
background-color: #DD2CAA;
}
</style>
border-color css
<style>
span { border-color: #DD2CAA; }
span { border-color: rgb(221,44,170); }
td.TdClassName
{
border-color: #DD2CAA;
}
.TagClassName
{
border-color: #DD2CAA;
}
</style>