Shades of Persian Rose #DF34AC
Tints of Persian Rose #DF34AC
RGB
CMYK
RGB Variations
Color information
#DF34AC (or 0xDF34AC) is known color: Persian Rose. HEX triplet: DF, 34 and AC. RGB value is (223,52,172). Sum of RGB (Red+Green+Blue) = 223+52+172=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF34AC is #20CB53. Grayscale: #747474. Windows color (decimal): -2149204 or 11285727. OLE color: 11285727.
HSL color Cylindrical-coordinate representation of color #DF34AC: hue angle of 317.89º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DF34AC is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 52 | 172 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.13 |
| HSL | 317.89º | 0.73% | 0.54% | - |
| HSV(B) | 317.89º | 0.77% | 0.87% | - |
| XYZ | 39.11 | 21.12 | 41.05 | - |
| YUV | 116.81 | 159.15 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 52 | 172 | 0 | 0.77 | 0.23 | 0.13 | 317.89 | 0.73 | 0.54 |
| Hex | DF | 34 | AC | 0 | 4D | 17 | D | 13E | 49 | 36 |
| Octal | 337 | 64 | 254 | 0 | 115 | 27 | 15 | 476 | 111 | 66 |
| Binary | 11011111 | 110100 | 10101100 | 0 | 1001101 | 10111 | 1101 | 100111110 | 1001001 | 110110 |
Color Harmonies of #DF34AC
Complementary color
Monochromatic Colors of #DF34AC
Black with #DF34AC
Text Example
Text Example
White with #DF34AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF34AC; }
p { color: rgb(223,52,172); }
H1.HeaderClassName
{
color: #DF34AC;
}
.AnyTagClassName
{
color: #DF34AC;
}
</style>
background-color css
<style>
a { background-color: #DF34AC; }
a { background-color: rgb(223,52,172); }
div.DivClassName
{
background-color: #DF34AC;
}
.BgClassName
{
background-color: #DF34AC;
}
</style>
border-color css
<style>
span { border-color: #DF34AC; }
span { border-color: rgb(223,52,172); }
td.TdClassName
{
border-color: #DF34AC;
}
.TagClassName
{
border-color: #DF34AC;
}
</style>