Shades of Persian Rose #DD2BAA
Tints of Persian Rose #DD2BAA
RGB
CMYK
RGB Variations
Color information
#DD2BAA (or 0xDD2BAA) is known color: Persian Rose. HEX triplet: DD, 2B and AA. RGB value is (221,43,170). Sum of RGB (Red+Green+Blue) = 221+43+170=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2BAA is #22D455. Grayscale: #6E6E6E. Windows color (decimal): -2282582 or 11152349. OLE color: 11152349.
HSL color Cylindrical-coordinate representation of color #DD2BAA: hue angle of 317.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2BAA is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 170 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.13 |
| HSL | 317.19º | 0.72% | 0.52% | - |
| HSV(B) | 317.19º | 0.81% | 0.87% | - |
| XYZ | 37.94 | 20 | 39.89 | - |
| YUV | 110.7 | 161.47 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 170 | 0 | 0.81 | 0.23 | 0.13 | 317.19 | 0.72 | 0.52 |
| Hex | DD | 2B | AA | 0 | 51 | 17 | D | 13D | 48 | 34 |
| Octal | 335 | 53 | 252 | 0 | 121 | 27 | 15 | 475 | 110 | 64 |
| Binary | 11011101 | 101011 | 10101010 | 0 | 1010001 | 10111 | 1101 | 100111101 | 1001000 | 110100 |
Color Harmonies of #DD2BAA
Complementary color
Monochromatic Colors of #DD2BAA
Black with #DD2BAA
Text Example
Text Example
White with #DD2BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2BAA; }
p { color: rgb(221,43,170); }
H1.HeaderClassName
{
color: #DD2BAA;
}
.AnyTagClassName
{
color: #DD2BAA;
}
</style>
background-color css
<style>
a { background-color: #DD2BAA; }
a { background-color: rgb(221,43,170); }
div.DivClassName
{
background-color: #DD2BAA;
}
.BgClassName
{
background-color: #DD2BAA;
}
</style>
border-color css
<style>
span { border-color: #DD2BAA; }
span { border-color: rgb(221,43,170); }
td.TdClassName
{
border-color: #DD2BAA;
}
.TagClassName
{
border-color: #DD2BAA;
}
</style>