Shades of Persian Rose #DF36AD
Tints of Persian Rose #DF36AD
RGB
CMYK
RGB Variations
Color information
#DF36AD (or 0xDF36AD) is known color: Persian Rose. HEX triplet: DF, 36 and AD. RGB value is (223,54,173). Sum of RGB (Red+Green+Blue) = 223+54+173=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF36AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF36AD is #20C952. Grayscale: #757575. Windows color (decimal): -2148691 or 11351775. OLE color: 11351775.
HSL color Cylindrical-coordinate representation of color #DF36AD: hue angle of 317.75º 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 #DF36AD is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 54 | 173 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.13 |
| HSL | 317.75º | 0.73% | 0.54% | - |
| HSV(B) | 317.75º | 0.76% | 0.87% | - |
| XYZ | 39.29 | 21.34 | 41.58 | - |
| YUV | 118.1 | 158.99 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 54 | 173 | 0 | 0.76 | 0.22 | 0.13 | 317.75 | 0.73 | 0.54 |
| Hex | DF | 36 | AD | 0 | 4C | 16 | D | 13E | 49 | 36 |
| Octal | 337 | 66 | 255 | 0 | 114 | 26 | 15 | 476 | 111 | 66 |
| Binary | 11011111 | 110110 | 10101101 | 0 | 1001100 | 10110 | 1101 | 100111110 | 1001001 | 110110 |
Color Harmonies of #DF36AD
Complementary color
Monochromatic Colors of #DF36AD
Black with #DF36AD
Text Example
Text Example
White with #DF36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF36AD; }
p { color: rgb(223,54,173); }
H1.HeaderClassName
{
color: #DF36AD;
}
.AnyTagClassName
{
color: #DF36AD;
}
</style>
background-color css
<style>
a { background-color: #DF36AD; }
a { background-color: rgb(223,54,173); }
div.DivClassName
{
background-color: #DF36AD;
}
.BgClassName
{
background-color: #DF36AD;
}
</style>
border-color css
<style>
span { border-color: #DF36AD; }
span { border-color: rgb(223,54,173); }
td.TdClassName
{
border-color: #DF36AD;
}
.TagClassName
{
border-color: #DF36AD;
}
</style>