Shades of Persian Rose #DF38AD
Tints of Persian Rose #DF38AD
RGB
CMYK
RGB Variations
Color information
#DF38AD (or 0xDF38AD) is known color: Persian Rose. HEX triplet: DF, 38 and AD. RGB value is (223,56,173). Sum of RGB (Red+Green+Blue) = 223+56+173=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 56 (22.27% from 255 or 12.39% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF38AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF38AD is #20C752. Grayscale: #767676. Windows color (decimal): -2148179 or 11352287. OLE color: 11352287.
HSL color Cylindrical-coordinate representation of color #DF38AD: hue angle of 317.96º 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 #DF38AD is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 56 | 173 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.13 |
| HSL | 317.96º | 0.72% | 0.55% | - |
| HSV(B) | 317.96º | 0.75% | 0.87% | - |
| XYZ | 39.39 | 21.53 | 41.62 | - |
| YUV | 119.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 56 | 173 | 0 | 0.75 | 0.22 | 0.13 | 317.96 | 0.72 | 0.55 |
| Hex | DF | 38 | AD | 0 | 4B | 16 | D | 13E | 48 | 37 |
| Octal | 337 | 70 | 255 | 0 | 113 | 26 | 15 | 476 | 110 | 67 |
| Binary | 11011111 | 111000 | 10101101 | 0 | 1001011 | 10110 | 1101 | 100111110 | 1001000 | 110111 |
Color Harmonies of #DF38AD
Complementary color
Monochromatic Colors of #DF38AD
Black with #DF38AD
Text Example
Text Example
White with #DF38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF38AD; }
p { color: rgb(223,56,173); }
H1.HeaderClassName
{
color: #DF38AD;
}
.AnyTagClassName
{
color: #DF38AD;
}
</style>
background-color css
<style>
a { background-color: #DF38AD; }
a { background-color: rgb(223,56,173); }
div.DivClassName
{
background-color: #DF38AD;
}
.BgClassName
{
background-color: #DF38AD;
}
</style>
border-color css
<style>
span { border-color: #DF38AD; }
span { border-color: rgb(223,56,173); }
td.TdClassName
{
border-color: #DF38AD;
}
.TagClassName
{
border-color: #DF38AD;
}
</style>