Shades of Persian Rose #DD3AAD
Tints of Persian Rose #DD3AAD
RGB
CMYK
RGB Variations
Color information
#DD3AAD (or 0xDD3AAD) is known color: Persian Rose. HEX triplet: DD, 3A and AD. RGB value is (221,58,173). Sum of RGB (Red+Green+Blue) = 221+58+173=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AAD is #22C552. Grayscale: #777777. Windows color (decimal): -2278739 or 11352797. OLE color: 11352797.
HSL color Cylindrical-coordinate representation of color #DD3AAD: hue angle of 317.67º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD3AAD is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 173 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.13 |
| HSL | 317.67º | 0.71% | 0.55% | - |
| HSV(B) | 317.67º | 0.74% | 0.87% | - |
| XYZ | 38.87 | 21.42 | 41.62 | - |
| YUV | 119.85 | 158 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 173 | 0 | 0.74 | 0.22 | 0.13 | 317.67 | 0.71 | 0.55 |
| Hex | DD | 3A | AD | 0 | 4A | 16 | D | 13E | 47 | 37 |
| Octal | 335 | 72 | 255 | 0 | 112 | 26 | 15 | 476 | 107 | 67 |
| Binary | 11011101 | 111010 | 10101101 | 0 | 1001010 | 10110 | 1101 | 100111110 | 1000111 | 110111 |
Color Harmonies of #DD3AAD
Complementary color
Monochromatic Colors of #DD3AAD
Black with #DD3AAD
Text Example
Text Example
White with #DD3AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3AAD; }
p { color: rgb(221,58,173); }
H1.HeaderClassName
{
color: #DD3AAD;
}
.AnyTagClassName
{
color: #DD3AAD;
}
</style>
background-color css
<style>
a { background-color: #DD3AAD; }
a { background-color: rgb(221,58,173); }
div.DivClassName
{
background-color: #DD3AAD;
}
.BgClassName
{
background-color: #DD3AAD;
}
</style>
border-color css
<style>
span { border-color: #DD3AAD; }
span { border-color: rgb(221,58,173); }
td.TdClassName
{
border-color: #DD3AAD;
}
.TagClassName
{
border-color: #DD3AAD;
}
</style>