Shades of Persian Rose #DD31AB
Tints of Persian Rose #DD31AB
RGB
CMYK
RGB Variations
Color information
#DD31AB (or 0xDD31AB) is known color: Persian Rose. HEX triplet: DD, 31 and AB. RGB value is (221,49,171). Sum of RGB (Red+Green+Blue) = 221+49+171=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 49 (19.53% from 255 or 11.11% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD31AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD31AB is #22CE54. Grayscale: #727272. Windows color (decimal): -2281045 or 11219421. OLE color: 11219421.
HSL color Cylindrical-coordinate representation of color #DD31AB: hue angle of 317.44º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD31AB is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 171 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.13 |
| HSL | 317.44º | 0.72% | 0.53% | - |
| HSV(B) | 317.44º | 0.78% | 0.87% | - |
| XYZ | 38.27 | 20.51 | 40.47 | - |
| YUV | 114.34 | 159.98 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 171 | 0 | 0.78 | 0.23 | 0.13 | 317.44 | 0.72 | 0.53 |
| Hex | DD | 31 | AB | 0 | 4E | 17 | D | 13D | 48 | 35 |
| Octal | 335 | 61 | 253 | 0 | 116 | 27 | 15 | 475 | 110 | 65 |
| Binary | 11011101 | 110001 | 10101011 | 0 | 1001110 | 10111 | 1101 | 100111101 | 1001000 | 110101 |
Color Harmonies of #DD31AB
Complementary color
Monochromatic Colors of #DD31AB
Black with #DD31AB
Text Example
Text Example
White with #DD31AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD31AB; }
p { color: rgb(221,49,171); }
H1.HeaderClassName
{
color: #DD31AB;
}
.AnyTagClassName
{
color: #DD31AB;
}
</style>
background-color css
<style>
a { background-color: #DD31AB; }
a { background-color: rgb(221,49,171); }
div.DivClassName
{
background-color: #DD31AB;
}
.BgClassName
{
background-color: #DD31AB;
}
</style>
border-color css
<style>
span { border-color: #DD31AB; }
span { border-color: rgb(221,49,171); }
td.TdClassName
{
border-color: #DD31AB;
}
.TagClassName
{
border-color: #DD31AB;
}
</style>