Shades of Persian Rose #DD2DAB
Tints of Persian Rose #DD2DAB
RGB
CMYK
RGB Variations
Color information
#DD2DAB (or 0xDD2DAB) is known color: Persian Rose. HEX triplet: DD, 2D and AB. RGB value is (221,45,171). Sum of RGB (Red+Green+Blue) = 221+45+171=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2DAB is #22D254. Grayscale: #6F6F6F. Windows color (decimal): -2282069 or 11218397. OLE color: 11218397.
HSL color Cylindrical-coordinate representation of color #DD2DAB: hue angle of 317.05º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DD2DAB is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 45 | 171 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.13 |
| HSL | 317.05º | 0.72% | 0.52% | - |
| HSV(B) | 317.05º | 0.8% | 0.87% | - |
| XYZ | 38.11 | 20.19 | 40.42 | - |
| YUV | 111.99 | 161.31 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 45 | 171 | 0 | 0.80 | 0.23 | 0.13 | 317.05 | 0.72 | 0.52 |
| Hex | DD | 2D | AB | 0 | 50 | 17 | D | 13D | 48 | 34 |
| Octal | 335 | 55 | 253 | 0 | 120 | 27 | 15 | 475 | 110 | 64 |
| Binary | 11011101 | 101101 | 10101011 | 0 | 1010000 | 10111 | 1101 | 100111101 | 1001000 | 110100 |
Color Harmonies of #DD2DAB
Complementary color
Monochromatic Colors of #DD2DAB
Black with #DD2DAB
Text Example
Text Example
White with #DD2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2DAB; }
p { color: rgb(221,45,171); }
H1.HeaderClassName
{
color: #DD2DAB;
}
.AnyTagClassName
{
color: #DD2DAB;
}
</style>
background-color css
<style>
a { background-color: #DD2DAB; }
a { background-color: rgb(221,45,171); }
div.DivClassName
{
background-color: #DD2DAB;
}
.BgClassName
{
background-color: #DD2DAB;
}
</style>
border-color css
<style>
span { border-color: #DD2DAB; }
span { border-color: rgb(221,45,171); }
td.TdClassName
{
border-color: #DD2DAB;
}
.TagClassName
{
border-color: #DD2DAB;
}
</style>