Shades of Persian Rose #DF37B2
Tints of Persian Rose #DF37B2
RGB
CMYK
RGB Variations
Color information
#DF37B2 (or 0xDF37B2) is known color: Persian Rose. HEX triplet: DF, 37 and B2. RGB value is (223,55,178). Sum of RGB (Red+Green+Blue) = 223+55+178=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF37B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF37B2 is #20C84D. Grayscale: #767676. Windows color (decimal): -2148430 or 11679711. OLE color: 11679711.
HSL color Cylindrical-coordinate representation of color #DF37B2: hue angle of 316.07º 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 #DF37B2 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 55 | 178 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.13 |
| HSL | 316.07º | 0.72% | 0.55% | - |
| HSV(B) | 316.07º | 0.75% | 0.87% | - |
| XYZ | 39.83 | 21.63 | 44.2 | - |
| YUV | 119.25 | 161.16 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 55 | 178 | 0 | 0.75 | 0.20 | 0.13 | 316.07 | 0.72 | 0.55 |
| Hex | DF | 37 | B2 | 0 | 4B | 14 | D | 13C | 48 | 37 |
| Octal | 337 | 67 | 262 | 0 | 113 | 24 | 15 | 474 | 110 | 67 |
| Binary | 11011111 | 110111 | 10110010 | 0 | 1001011 | 10100 | 1101 | 100111100 | 1001000 | 110111 |
Color Harmonies of #DF37B2
Complementary color
Monochromatic Colors of #DF37B2
Black with #DF37B2
Text Example
Text Example
White with #DF37B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF37B2; }
p { color: rgb(223,55,178); }
H1.HeaderClassName
{
color: #DF37B2;
}
.AnyTagClassName
{
color: #DF37B2;
}
</style>
background-color css
<style>
a { background-color: #DF37B2; }
a { background-color: rgb(223,55,178); }
div.DivClassName
{
background-color: #DF37B2;
}
.BgClassName
{
background-color: #DF37B2;
}
</style>
border-color css
<style>
span { border-color: #DF37B2; }
span { border-color: rgb(223,55,178); }
td.TdClassName
{
border-color: #DF37B2;
}
.TagClassName
{
border-color: #DF37B2;
}
</style>