Shades of Persian Rose #DF37B0
Tints of Persian Rose #DF37B0
RGB
CMYK
RGB Variations
Color information
#DF37B0 (or 0xDF37B0) is known color: Persian Rose. HEX triplet: DF, 37 and B0. RGB value is (223,55,176). Sum of RGB (Red+Green+Blue) = 223+55+176=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 55 (21.88% from 255 or 12.11% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF37B0 is #20C84F. Grayscale: #767676. Windows color (decimal): -2148432 or 11548639. OLE color: 11548639.
HSL color Cylindrical-coordinate representation of color #DF37B0: hue angle of 316.79º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF37B0 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 176 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.13 |
| HSL | 316.79º | 0.72% | 0.55% | - |
| HSV(B) | 316.79º | 0.75% | 0.87% | - |
| XYZ | 39.63 | 21.55 | 43.15 | - |
| YUV | 119.03 | 160.16 | 202.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 176 | 0 | 0.75 | 0.21 | 0.13 | 316.79 | 0.72 | 0.55 |
| Hex | DF | 37 | B0 | 0 | 4B | 15 | D | 13D | 48 | 37 |
| Octal | 337 | 67 | 260 | 0 | 113 | 25 | 15 | 475 | 110 | 67 |
| Binary | 11011111 | 110111 | 10110000 | 0 | 1001011 | 10101 | 1101 | 100111101 | 1001000 | 110111 |
Color Harmonies of #DF37B0
Complementary color
Monochromatic Colors of #DF37B0
Black with #DF37B0
Text Example
Text Example
White with #DF37B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37B0; }
p { color: rgb(223,55,176); }
H1.HeaderClassName
{
color: #DF37B0;
}
.AnyTagClassName
{
color: #DF37B0;
}
</style>
background-color css
<style>
a { background-color: #DF37B0; }
a { background-color: rgb(223,55,176); }
div.DivClassName
{
background-color: #DF37B0;
}
.BgClassName
{
background-color: #DF37B0;
}
</style>
border-color css
<style>
span { border-color: #DF37B0; }
span { border-color: rgb(223,55,176); }
td.TdClassName
{
border-color: #DF37B0;
}
.TagClassName
{
border-color: #DF37B0;
}
</style>