Shades of Persian Rose #DD32AB
Tints of Persian Rose #DD32AB
RGB
CMYK
RGB Variations
Color information
#DD32AB (or 0xDD32AB) is known color: Persian Rose. HEX triplet: DD, 32 and AB. RGB value is (221,50,171). Sum of RGB (Red+Green+Blue) = 221+50+171=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD32AB is #22CD54. Grayscale: #727272. Windows color (decimal): -2280789 or 11219677. OLE color: 11219677.
HSL color Cylindrical-coordinate representation of color #DD32AB: hue angle of 317.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD32AB is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 171 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.13 |
| HSL | 317.54º | 0.72% | 0.53% | - |
| HSV(B) | 317.54º | 0.77% | 0.87% | - |
| XYZ | 38.31 | 20.59 | 40.48 | - |
| YUV | 114.92 | 159.65 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 171 | 0 | 0.77 | 0.23 | 0.13 | 317.54 | 0.72 | 0.53 |
| Hex | DD | 32 | AB | 0 | 4D | 17 | D | 13E | 48 | 35 |
| Octal | 335 | 62 | 253 | 0 | 115 | 27 | 15 | 476 | 110 | 65 |
| Binary | 11011101 | 110010 | 10101011 | 0 | 1001101 | 10111 | 1101 | 100111110 | 1001000 | 110101 |
Color Harmonies of #DD32AB
Complementary color
Monochromatic Colors of #DD32AB
Black with #DD32AB
Text Example
Text Example
White with #DD32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD32AB; }
p { color: rgb(221,50,171); }
H1.HeaderClassName
{
color: #DD32AB;
}
.AnyTagClassName
{
color: #DD32AB;
}
</style>
background-color css
<style>
a { background-color: #DD32AB; }
a { background-color: rgb(221,50,171); }
div.DivClassName
{
background-color: #DD32AB;
}
.BgClassName
{
background-color: #DD32AB;
}
</style>
border-color css
<style>
span { border-color: #DD32AB; }
span { border-color: rgb(221,50,171); }
td.TdClassName
{
border-color: #DD32AB;
}
.TagClassName
{
border-color: #DD32AB;
}
</style>