Shades of Persian Rose #DD3AAB
Tints of Persian Rose #DD3AAB
RGB
CMYK
RGB Variations
Color information
#DD3AAB (or 0xDD3AAB) is known color: Persian Rose. HEX triplet: DD, 3A and AB. RGB value is (221,58,171). Sum of RGB (Red+Green+Blue) = 221+58+171=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 58 (23.05% from 255 or 12.89% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3AAB is #22C554. Grayscale: #777777. Windows color (decimal): -2278741 or 11221725. OLE color: 11221725.
HSL color Cylindrical-coordinate representation of color #DD3AAB: hue angle of 318.4º 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 #DD3AAB is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 58 | 171 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.13 |
| HSL | 318.4º | 0.71% | 0.55% | - |
| HSV(B) | 318.4º | 0.74% | 0.87% | - |
| XYZ | 38.68 | 21.34 | 40.61 | - |
| YUV | 119.62 | 157 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 58 | 171 | 0 | 0.74 | 0.23 | 0.13 | 318.4 | 0.71 | 0.55 |
| Hex | DD | 3A | AB | 0 | 4A | 17 | D | 13E | 47 | 37 |
| Octal | 335 | 72 | 253 | 0 | 112 | 27 | 15 | 476 | 107 | 67 |
| Binary | 11011101 | 111010 | 10101011 | 0 | 1001010 | 10111 | 1101 | 100111110 | 1000111 | 110111 |
Color Harmonies of #DD3AAB
Complementary color
Monochromatic Colors of #DD3AAB
Black with #DD3AAB
Text Example
Text Example
White with #DD3AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3AAB; }
p { color: rgb(221,58,171); }
H1.HeaderClassName
{
color: #DD3AAB;
}
.AnyTagClassName
{
color: #DD3AAB;
}
</style>
background-color css
<style>
a { background-color: #DD3AAB; }
a { background-color: rgb(221,58,171); }
div.DivClassName
{
background-color: #DD3AAB;
}
.BgClassName
{
background-color: #DD3AAB;
}
</style>
border-color css
<style>
span { border-color: #DD3AAB; }
span { border-color: rgb(221,58,171); }
td.TdClassName
{
border-color: #DD3AAB;
}
.TagClassName
{
border-color: #DD3AAB;
}
</style>