Shades of Persian Rose #DD2AA5
Tints of Persian Rose #DD2AA5
RGB
CMYK
RGB Variations
Color information
#DD2AA5 (or 0xDD2AA5) is known color: Persian Rose. HEX triplet: DD, 2A and A5. RGB value is (221,42,165). Sum of RGB (Red+Green+Blue) = 221+42+165=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2AA5 is #22D55A. Grayscale: #6D6D6D. Windows color (decimal): -2282843 or 10824413. OLE color: 10824413.
HSL color Cylindrical-coordinate representation of color #DD2AA5: hue angle of 318.77º 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 #DD2AA5 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 42 | 165 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.13 |
| HSL | 318.77º | 0.72% | 0.52% | - |
| HSV(B) | 318.77º | 0.81% | 0.87% | - |
| XYZ | 37.44 | 19.74 | 37.44 | - |
| YUV | 109.54 | 159.3 | 207.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 42 | 165 | 0 | 0.81 | 0.25 | 0.13 | 318.77 | 0.72 | 0.52 |
| Hex | DD | 2A | A5 | 0 | 51 | 19 | D | 13F | 48 | 34 |
| Octal | 335 | 52 | 245 | 0 | 121 | 31 | 15 | 477 | 110 | 64 |
| Binary | 11011101 | 101010 | 10100101 | 0 | 1010001 | 11001 | 1101 | 100111111 | 1001000 | 110100 |
Color Harmonies of #DD2AA5
Complementary color
Monochromatic Colors of #DD2AA5
Black with #DD2AA5
Text Example
Text Example
White with #DD2AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2AA5; }
p { color: rgb(221,42,165); }
H1.HeaderClassName
{
color: #DD2AA5;
}
.AnyTagClassName
{
color: #DD2AA5;
}
</style>
background-color css
<style>
a { background-color: #DD2AA5; }
a { background-color: rgb(221,42,165); }
div.DivClassName
{
background-color: #DD2AA5;
}
.BgClassName
{
background-color: #DD2AA5;
}
</style>
border-color css
<style>
span { border-color: #DD2AA5; }
span { border-color: rgb(221,42,165); }
td.TdClassName
{
border-color: #DD2AA5;
}
.TagClassName
{
border-color: #DD2AA5;
}
</style>