Shades of Persian Rose #DD36B0
Tints of Persian Rose #DD36B0
RGB
CMYK
RGB Variations
Color information
#DD36B0 (or 0xDD36B0) is known color: Persian Rose. HEX triplet: DD, 36 and B0. RGB value is (221,54,176). Sum of RGB (Red+Green+Blue) = 221+54+176=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 176 (69.14% from 255 or 39.02% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD36B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD36B0 is #22C94F. Grayscale: #757575. Windows color (decimal): -2279760 or 11548381. OLE color: 11548381.
HSL color Cylindrical-coordinate representation of color #DD36B0: hue angle of 316.17º 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 #DD36B0 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 54 | 176 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.13 |
| HSL | 316.17º | 0.71% | 0.54% | - |
| HSV(B) | 316.17º | 0.76% | 0.87% | - |
| XYZ | 38.97 | 21.15 | 43.1 | - |
| YUV | 117.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 54 | 176 | 0 | 0.76 | 0.20 | 0.13 | 316.17 | 0.71 | 0.54 |
| Hex | DD | 36 | B0 | 0 | 4C | 14 | D | 13C | 47 | 36 |
| Octal | 335 | 66 | 260 | 0 | 114 | 24 | 15 | 474 | 107 | 66 |
| Binary | 11011101 | 110110 | 10110000 | 0 | 1001100 | 10100 | 1101 | 100111100 | 1000111 | 110110 |
Color Harmonies of #DD36B0
Complementary color
Monochromatic Colors of #DD36B0
Black with #DD36B0
Text Example
Text Example
White with #DD36B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD36B0; }
p { color: rgb(221,54,176); }
H1.HeaderClassName
{
color: #DD36B0;
}
.AnyTagClassName
{
color: #DD36B0;
}
</style>
background-color css
<style>
a { background-color: #DD36B0; }
a { background-color: rgb(221,54,176); }
div.DivClassName
{
background-color: #DD36B0;
}
.BgClassName
{
background-color: #DD36B0;
}
</style>
border-color css
<style>
span { border-color: #DD36B0; }
span { border-color: rgb(221,54,176); }
td.TdClassName
{
border-color: #DD36B0;
}
.TagClassName
{
border-color: #DD36B0;
}
</style>