Shades of Persian Rose #DD36AD
Tints of Persian Rose #DD36AD
RGB
CMYK
RGB Variations
Color information
#DD36AD (or 0xDD36AD) is known color: Persian Rose. HEX triplet: DD, 36 and AD. RGB value is (221,54,173). Sum of RGB (Red+Green+Blue) = 221+54+173=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36AD is #22C952. Grayscale: #757575. Windows color (decimal): -2279763 or 11351773. OLE color: 11351773.
HSL color Cylindrical-coordinate representation of color #DD36AD: hue angle of 317.25º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD36AD is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 173 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.13 |
| HSL | 317.25º | 0.71% | 0.54% | - |
| HSV(B) | 317.25º | 0.76% | 0.87% | - |
| XYZ | 38.68 | 21.03 | 41.56 | - |
| YUV | 117.5 | 159.33 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 173 | 0 | 0.76 | 0.22 | 0.13 | 317.25 | 0.71 | 0.54 |
| Hex | DD | 36 | AD | 0 | 4C | 16 | D | 13D | 47 | 36 |
| Octal | 335 | 66 | 255 | 0 | 114 | 26 | 15 | 475 | 107 | 66 |
| Binary | 11011101 | 110110 | 10101101 | 0 | 1001100 | 10110 | 1101 | 100111101 | 1000111 | 110110 |
Color Harmonies of #DD36AD
Complementary color
Monochromatic Colors of #DD36AD
Black with #DD36AD
Text Example
Text Example
White with #DD36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36AD; }
p { color: rgb(221,54,173); }
H1.HeaderClassName
{
color: #DD36AD;
}
.AnyTagClassName
{
color: #DD36AD;
}
</style>
background-color css
<style>
a { background-color: #DD36AD; }
a { background-color: rgb(221,54,173); }
div.DivClassName
{
background-color: #DD36AD;
}
.BgClassName
{
background-color: #DD36AD;
}
</style>
border-color css
<style>
span { border-color: #DD36AD; }
span { border-color: rgb(221,54,173); }
td.TdClassName
{
border-color: #DD36AD;
}
.TagClassName
{
border-color: #DD36AD;
}
</style>