Shades of Persian Rose #DD1FA2
Tints of Persian Rose #DD1FA2
RGB
CMYK
RGB Variations
Color information
#DD1FA2 (or 0xDD1FA2) is known color: Persian Rose. HEX triplet: DD, 1F and A2. RGB value is (221,31,162). Sum of RGB (Red+Green+Blue) = 221+31+162=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1FA2 is #22E05D. Grayscale: #666666. Windows color (decimal): -2285662 or 10624989. OLE color: 10624989.
HSL color Cylindrical-coordinate representation of color #DD1FA2: hue angle of 318.63º degrees, saturation: 0.75, 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 #DD1FA2 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 31 | 162 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.13 |
| HSL | 318.63º | 0.75% | 0.49% | - |
| HSV(B) | 318.63º | 0.86% | 0.87% | - |
| XYZ | 36.83 | 18.96 | 35.9 | - |
| YUV | 102.74 | 161.45 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 31 | 162 | 0 | 0.86 | 0.27 | 0.13 | 318.63 | 0.75 | 0.49 |
| Hex | DD | 1F | A2 | 0 | 56 | 1B | D | 13F | 4B | 31 |
| Octal | 335 | 37 | 242 | 0 | 126 | 33 | 15 | 477 | 113 | 61 |
| Binary | 11011101 | 11111 | 10100010 | 0 | 1010110 | 11011 | 1101 | 100111111 | 1001011 | 110001 |
Color Harmonies of #DD1FA2
Complementary color
Monochromatic Colors of #DD1FA2
Black with #DD1FA2
Text Example
Text Example
White with #DD1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1FA2; }
p { color: rgb(221,31,162); }
H1.HeaderClassName
{
color: #DD1FA2;
}
.AnyTagClassName
{
color: #DD1FA2;
}
</style>
background-color css
<style>
a { background-color: #DD1FA2; }
a { background-color: rgb(221,31,162); }
div.DivClassName
{
background-color: #DD1FA2;
}
.BgClassName
{
background-color: #DD1FA2;
}
</style>
border-color css
<style>
span { border-color: #DD1FA2; }
span { border-color: rgb(221,31,162); }
td.TdClassName
{
border-color: #DD1FA2;
}
.TagClassName
{
border-color: #DD1FA2;
}
</style>