Shades of Persian Rose #DD3DAC
Tints of Persian Rose #DD3DAC
RGB
CMYK
RGB Variations
Color information
#DD3DAC (or 0xDD3DAC) is known color: Persian Rose. HEX triplet: DD, 3D and AC. RGB value is (221,61,172). Sum of RGB (Red+Green+Blue) = 221+61+172=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3DAC is #22C253. Grayscale: #797979. Windows color (decimal): -2277972 or 11288029. OLE color: 11288029.
HSL color Cylindrical-coordinate representation of color #DD3DAC: hue angle of 318.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD3DAC is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 61 | 172 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.13 |
| HSL | 318.38º | 0.7% | 0.55% | - |
| HSV(B) | 318.38º | 0.72% | 0.87% | - |
| XYZ | 38.93 | 21.69 | 41.16 | - |
| YUV | 121.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 61 | 172 | 0 | 0.72 | 0.22 | 0.13 | 318.38 | 0.7 | 0.55 |
| Hex | DD | 3D | AC | 0 | 48 | 16 | D | 13E | 46 | 37 |
| Octal | 335 | 75 | 254 | 0 | 110 | 26 | 15 | 476 | 106 | 67 |
| Binary | 11011101 | 111101 | 10101100 | 0 | 1001000 | 10110 | 1101 | 100111110 | 1000110 | 110111 |
Color Harmonies of #DD3DAC
Complementary color
Monochromatic Colors of #DD3DAC
Black with #DD3DAC
Text Example
Text Example
White with #DD3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3DAC; }
p { color: rgb(221,61,172); }
H1.HeaderClassName
{
color: #DD3DAC;
}
.AnyTagClassName
{
color: #DD3DAC;
}
</style>
background-color css
<style>
a { background-color: #DD3DAC; }
a { background-color: rgb(221,61,172); }
div.DivClassName
{
background-color: #DD3DAC;
}
.BgClassName
{
background-color: #DD3DAC;
}
</style>
border-color css
<style>
span { border-color: #DD3DAC; }
span { border-color: rgb(221,61,172); }
td.TdClassName
{
border-color: #DD3DAC;
}
.TagClassName
{
border-color: #DD3DAC;
}
</style>