Shades of Persian Rose #DF36B3
Tints of Persian Rose #DF36B3
RGB
CMYK
RGB Variations
Color information
#DF36B3 (or 0xDF36B3) is known color: Persian Rose. HEX triplet: DF, 36 and B3. RGB value is (223,54,179). Sum of RGB (Red+Green+Blue) = 223+54+179=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DF36B3 is #20C94C. Grayscale: #767676. Windows color (decimal): -2148685 or 11744991. OLE color: 11744991.
HSL color Cylindrical-coordinate representation of color #DF36B3: hue angle of 315.62º degrees, saturation: 0.73, 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 #DF36B3 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 179 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.13 |
| HSL | 315.62º | 0.73% | 0.54% | - |
| HSV(B) | 315.62º | 0.76% | 0.87% | - |
| XYZ | 39.89 | 21.58 | 44.71 | - |
| YUV | 118.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 179 | 0 | 0.76 | 0.20 | 0.13 | 315.62 | 0.73 | 0.54 |
| Hex | DF | 36 | B3 | 0 | 4C | 14 | D | 13C | 49 | 36 |
| Octal | 337 | 66 | 263 | 0 | 114 | 24 | 15 | 474 | 111 | 66 |
| Binary | 11011111 | 110110 | 10110011 | 0 | 1001100 | 10100 | 1101 | 100111100 | 1001001 | 110110 |
Color Harmonies of #DF36B3
Complementary color
Monochromatic Colors of #DF36B3
Black with #DF36B3
Text Example
Text Example
White with #DF36B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36B3; }
p { color: rgb(223,54,179); }
H1.HeaderClassName
{
color: #DF36B3;
}
.AnyTagClassName
{
color: #DF36B3;
}
</style>
background-color css
<style>
a { background-color: #DF36B3; }
a { background-color: rgb(223,54,179); }
div.DivClassName
{
background-color: #DF36B3;
}
.BgClassName
{
background-color: #DF36B3;
}
</style>
border-color css
<style>
span { border-color: #DF36B3; }
span { border-color: rgb(223,54,179); }
td.TdClassName
{
border-color: #DF36B3;
}
.TagClassName
{
border-color: #DF36B3;
}
</style>