Shades of Persian Rose #DD22A6
Tints of Persian Rose #DD22A6
RGB
CMYK
RGB Variations
Color information
#DD22A6 (or 0xDD22A6) is known color: Persian Rose. HEX triplet: DD, 22 and A6. RGB value is (221,34,166). Sum of RGB (Red+Green+Blue) = 221+34+166=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD22A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD22A6 is #22DD59. Grayscale: #686868. Windows color (decimal): -2284890 or 10887901. OLE color: 10887901.
HSL color Cylindrical-coordinate representation of color #DD22A6: hue angle of 317.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD22A6 is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 34 | 166 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.13 |
| HSL | 317.65º | 0.73% | 0.5% | - |
| HSV(B) | 317.65º | 0.85% | 0.87% | - |
| XYZ | 37.27 | 19.27 | 37.83 | - |
| YUV | 104.96 | 162.45 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 34 | 166 | 0 | 0.85 | 0.25 | 0.13 | 317.65 | 0.73 | 0.5 |
| Hex | DD | 22 | A6 | 0 | 55 | 19 | D | 13E | 49 | 32 |
| Octal | 335 | 42 | 246 | 0 | 125 | 31 | 15 | 476 | 111 | 62 |
| Binary | 11011101 | 100010 | 10100110 | 0 | 1010101 | 11001 | 1101 | 100111110 | 1001001 | 110010 |
Color Harmonies of #DD22A6
Complementary color
Monochromatic Colors of #DD22A6
Black with #DD22A6
Text Example
Text Example
White with #DD22A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD22A6; }
p { color: rgb(221,34,166); }
H1.HeaderClassName
{
color: #DD22A6;
}
.AnyTagClassName
{
color: #DD22A6;
}
</style>
background-color css
<style>
a { background-color: #DD22A6; }
a { background-color: rgb(221,34,166); }
div.DivClassName
{
background-color: #DD22A6;
}
.BgClassName
{
background-color: #DD22A6;
}
</style>
border-color css
<style>
span { border-color: #DD22A6; }
span { border-color: rgb(221,34,166); }
td.TdClassName
{
border-color: #DD22A6;
}
.TagClassName
{
border-color: #DD22A6;
}
</style>