Shades of Persian Rose #DD37B0
Tints of Persian Rose #DD37B0
RGB
CMYK
RGB Variations
Color information
#DD37B0 (or 0xDD37B0) is known color: Persian Rose. HEX triplet: DD, 37 and B0. RGB value is (221,55,176). Sum of RGB (Red+Green+Blue) = 221+55+176=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 55 (21.88% from 255 or 12.17% from 452); Blue value is 176 (69.14% from 255 or 38.94% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD37B0 is #22C84F. Grayscale: #767676. Windows color (decimal): -2279504 or 11548637. OLE color: 11548637.
HSL color Cylindrical-coordinate representation of color #DD37B0: hue angle of 316.27º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD37B0 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 55 | 176 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.13 |
| HSL | 316.27º | 0.71% | 0.54% | - |
| HSV(B) | 316.27º | 0.75% | 0.87% | - |
| XYZ | 39.02 | 21.24 | 43.12 | - |
| YUV | 118.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 55 | 176 | 0 | 0.75 | 0.20 | 0.13 | 316.27 | 0.71 | 0.54 |
| Hex | DD | 37 | B0 | 0 | 4B | 14 | D | 13C | 47 | 36 |
| Octal | 335 | 67 | 260 | 0 | 113 | 24 | 15 | 474 | 107 | 66 |
| Binary | 11011101 | 110111 | 10110000 | 0 | 1001011 | 10100 | 1101 | 100111100 | 1000111 | 110110 |
Color Harmonies of #DD37B0
Complementary color
Monochromatic Colors of #DD37B0
Black with #DD37B0
Text Example
Text Example
White with #DD37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD37B0; }
p { color: rgb(221,55,176); }
H1.HeaderClassName
{
color: #DD37B0;
}
.AnyTagClassName
{
color: #DD37B0;
}
</style>
background-color css
<style>
a { background-color: #DD37B0; }
a { background-color: rgb(221,55,176); }
div.DivClassName
{
background-color: #DD37B0;
}
.BgClassName
{
background-color: #DD37B0;
}
</style>
border-color css
<style>
span { border-color: #DD37B0; }
span { border-color: rgb(221,55,176); }
td.TdClassName
{
border-color: #DD37B0;
}
.TagClassName
{
border-color: #DD37B0;
}
</style>