Shades of Persian Rose #DF39AC
Tints of Persian Rose #DF39AC
RGB
CMYK
RGB Variations
Color information
#DF39AC (or 0xDF39AC) is known color: Persian Rose. HEX triplet: DF, 39 and AC. RGB value is (223,57,172). Sum of RGB (Red+Green+Blue) = 223+57+172=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF39AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF39AC is #20C653. Grayscale: #777777. Windows color (decimal): -2147924 or 11287007. OLE color: 11287007.
HSL color Cylindrical-coordinate representation of color #DF39AC: hue angle of 318.43º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF39AC is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 57 | 172 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.13 |
| HSL | 318.43º | 0.72% | 0.55% | - |
| HSV(B) | 318.43º | 0.74% | 0.87% | - |
| XYZ | 39.34 | 21.59 | 41.12 | - |
| YUV | 119.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 57 | 172 | 0 | 0.74 | 0.23 | 0.13 | 318.43 | 0.72 | 0.55 |
| Hex | DF | 39 | AC | 0 | 4A | 17 | D | 13E | 48 | 37 |
| Octal | 337 | 71 | 254 | 0 | 112 | 27 | 15 | 476 | 110 | 67 |
| Binary | 11011111 | 111001 | 10101100 | 0 | 1001010 | 10111 | 1101 | 100111110 | 1001000 | 110111 |
Color Harmonies of #DF39AC
Complementary color
Monochromatic Colors of #DF39AC
Black with #DF39AC
Text Example
Text Example
White with #DF39AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF39AC; }
p { color: rgb(223,57,172); }
H1.HeaderClassName
{
color: #DF39AC;
}
.AnyTagClassName
{
color: #DF39AC;
}
</style>
background-color css
<style>
a { background-color: #DF39AC; }
a { background-color: rgb(223,57,172); }
div.DivClassName
{
background-color: #DF39AC;
}
.BgClassName
{
background-color: #DF39AC;
}
</style>
border-color css
<style>
span { border-color: #DF39AC; }
span { border-color: rgb(223,57,172); }
td.TdClassName
{
border-color: #DF39AC;
}
.TagClassName
{
border-color: #DF39AC;
}
</style>