Shades of Persian Rose #DD3AAE
Tints of Persian Rose #DD3AAE
RGB
CMYK
RGB Variations
Color information
#DD3AAE (or 0xDD3AAE) is known color: Persian Rose. HEX triplet: DD, 3A and AE. RGB value is (221,58,174). Sum of RGB (Red+Green+Blue) = 221+58+174=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 174 (68.36% from 255 or 38.41% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AAE is #22C551. Grayscale: #777777. Windows color (decimal): -2278738 or 11418333. OLE color: 11418333.
HSL color Cylindrical-coordinate representation of color #DD3AAE: hue angle of 317.3º 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 #DD3AAE is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 174 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.13 |
| HSL | 317.3º | 0.71% | 0.55% | - |
| HSV(B) | 317.3º | 0.74% | 0.87% | - |
| XYZ | 38.97 | 21.45 | 42.13 | - |
| YUV | 119.96 | 158.5 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 174 | 0 | 0.74 | 0.21 | 0.13 | 317.3 | 0.71 | 0.55 |
| Hex | DD | 3A | AE | 0 | 4A | 15 | D | 13D | 47 | 37 |
| Octal | 335 | 72 | 256 | 0 | 112 | 25 | 15 | 475 | 107 | 67 |
| Binary | 11011101 | 111010 | 10101110 | 0 | 1001010 | 10101 | 1101 | 100111101 | 1000111 | 110111 |
Color Harmonies of #DD3AAE
Complementary color
Monochromatic Colors of #DD3AAE
Black with #DD3AAE
Text Example
Text Example
White with #DD3AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3AAE; }
p { color: rgb(221,58,174); }
H1.HeaderClassName
{
color: #DD3AAE;
}
.AnyTagClassName
{
color: #DD3AAE;
}
</style>
background-color css
<style>
a { background-color: #DD3AAE; }
a { background-color: rgb(221,58,174); }
div.DivClassName
{
background-color: #DD3AAE;
}
.BgClassName
{
background-color: #DD3AAE;
}
</style>
border-color css
<style>
span { border-color: #DD3AAE; }
span { border-color: rgb(221,58,174); }
td.TdClassName
{
border-color: #DD3AAE;
}
.TagClassName
{
border-color: #DD3AAE;
}
</style>