Shades of Persian Rose #DD29AB
Tints of Persian Rose #DD29AB
RGB
CMYK
RGB Variations
Color information
#DD29AB (or 0xDD29AB) is known color: Persian Rose. HEX triplet: DD, 29 and AB. RGB value is (221,41,171). Sum of RGB (Red+Green+Blue) = 221+41+171=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD29AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD29AB is #22D654. Grayscale: #6D6D6D. Windows color (decimal): -2283093 or 11217373. OLE color: 11217373.
HSL color Cylindrical-coordinate representation of color #DD29AB: hue angle of 316.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD29AB is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 41 | 171 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.13 |
| HSL | 316.67º | 0.73% | 0.51% | - |
| HSV(B) | 316.67º | 0.81% | 0.87% | - |
| XYZ | 37.96 | 19.9 | 40.37 | - |
| YUV | 109.64 | 162.63 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 41 | 171 | 0 | 0.81 | 0.23 | 0.13 | 316.67 | 0.73 | 0.51 |
| Hex | DD | 29 | AB | 0 | 51 | 17 | D | 13D | 49 | 33 |
| Octal | 335 | 51 | 253 | 0 | 121 | 27 | 15 | 475 | 111 | 63 |
| Binary | 11011101 | 101001 | 10101011 | 0 | 1010001 | 10111 | 1101 | 100111101 | 1001001 | 110011 |
Color Harmonies of #DD29AB
Complementary color
Monochromatic Colors of #DD29AB
Black with #DD29AB
Text Example
Text Example
White with #DD29AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD29AB; }
p { color: rgb(221,41,171); }
H1.HeaderClassName
{
color: #DD29AB;
}
.AnyTagClassName
{
color: #DD29AB;
}
</style>
background-color css
<style>
a { background-color: #DD29AB; }
a { background-color: rgb(221,41,171); }
div.DivClassName
{
background-color: #DD29AB;
}
.BgClassName
{
background-color: #DD29AB;
}
</style>
border-color css
<style>
span { border-color: #DD29AB; }
span { border-color: rgb(221,41,171); }
td.TdClassName
{
border-color: #DD29AB;
}
.TagClassName
{
border-color: #DD29AB;
}
</style>