Shades of Persian Rose #DF36A8
Tints of Persian Rose #DF36A8
RGB
CMYK
RGB Variations
Color information
#DF36A8 (or 0xDF36A8) is known color: Persian Rose. HEX triplet: DF, 36 and A8. RGB value is (223,54,168). Sum of RGB (Red+Green+Blue) = 223+54+168=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 54 (21.48% from 255 or 12.13% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF36A8 is #20C957. Grayscale: #757575. Windows color (decimal): -2148696 or 11024095. OLE color: 11024095.
HSL color Cylindrical-coordinate representation of color #DF36A8: hue angle of 319.53º 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 #DF36A8 is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 168 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.13 |
| HSL | 319.53º | 0.73% | 0.54% | - |
| HSV(B) | 319.53º | 0.76% | 0.87% | - |
| XYZ | 38.82 | 21.15 | 39.08 | - |
| YUV | 117.53 | 156.49 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 168 | 0 | 0.76 | 0.25 | 0.13 | 319.53 | 0.73 | 0.54 |
| Hex | DF | 36 | A8 | 0 | 4C | 19 | D | 140 | 49 | 36 |
| Octal | 337 | 66 | 250 | 0 | 114 | 31 | 15 | 500 | 111 | 66 |
| Binary | 11011111 | 110110 | 10101000 | 0 | 1001100 | 11001 | 1101 | 101000000 | 1001001 | 110110 |
Color Harmonies of #DF36A8
Complementary color
Monochromatic Colors of #DF36A8
Black with #DF36A8
Text Example
Text Example
White with #DF36A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36A8; }
p { color: rgb(223,54,168); }
H1.HeaderClassName
{
color: #DF36A8;
}
.AnyTagClassName
{
color: #DF36A8;
}
</style>
background-color css
<style>
a { background-color: #DF36A8; }
a { background-color: rgb(223,54,168); }
div.DivClassName
{
background-color: #DF36A8;
}
.BgClassName
{
background-color: #DF36A8;
}
</style>
border-color css
<style>
span { border-color: #DF36A8; }
span { border-color: rgb(223,54,168); }
td.TdClassName
{
border-color: #DF36A8;
}
.TagClassName
{
border-color: #DF36A8;
}
</style>