Shades of Persian Rose #DD1EA1
Tints of Persian Rose #DD1EA1
RGB
CMYK
RGB Variations
Color information
#DD1EA1 (or 0xDD1EA1) is known color: Persian Rose. HEX triplet: DD, 1E and A1. RGB value is (221,30,161). Sum of RGB (Red+Green+Blue) = 221+30+161=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 161 (63.28% from 255 or 39.08% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EA1 is #22E15E. Grayscale: #656565. Windows color (decimal): -2285919 or 10559197. OLE color: 10559197.
HSL color Cylindrical-coordinate representation of color #DD1EA1: hue angle of 318.85º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1EA1 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 161 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.13 |
| HSL | 318.85º | 0.76% | 0.49% | - |
| HSV(B) | 318.85º | 0.86% | 0.87% | - |
| XYZ | 36.72 | 18.87 | 35.43 | - |
| YUV | 102.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 161 | 0 | 0.86 | 0.27 | 0.13 | 318.85 | 0.76 | 0.49 |
| Hex | DD | 1E | A1 | 0 | 56 | 1B | D | 13F | 4C | 31 |
| Octal | 335 | 36 | 241 | 0 | 126 | 33 | 15 | 477 | 114 | 61 |
| Binary | 11011101 | 11110 | 10100001 | 0 | 1010110 | 11011 | 1101 | 100111111 | 1001100 | 110001 |
Color Harmonies of #DD1EA1
Complementary color
Monochromatic Colors of #DD1EA1
Black with #DD1EA1
Text Example
Text Example
White with #DD1EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EA1; }
p { color: rgb(221,30,161); }
H1.HeaderClassName
{
color: #DD1EA1;
}
.AnyTagClassName
{
color: #DD1EA1;
}
</style>
background-color css
<style>
a { background-color: #DD1EA1; }
a { background-color: rgb(221,30,161); }
div.DivClassName
{
background-color: #DD1EA1;
}
.BgClassName
{
background-color: #DD1EA1;
}
</style>
border-color css
<style>
span { border-color: #DD1EA1; }
span { border-color: rgb(221,30,161); }
td.TdClassName
{
border-color: #DD1EA1;
}
.TagClassName
{
border-color: #DD1EA1;
}
</style>