Shades of Persian Rose #DF3DAC
Tints of Persian Rose #DF3DAC
RGB
CMYK
RGB Variations
Color information
#DF3DAC (or 0xDF3DAC) is known color: Persian Rose. HEX triplet: DF, 3D and AC. RGB value is (223,61,172). Sum of RGB (Red+Green+Blue) = 223+61+172=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3DAC is #20C253. Grayscale: #797979. Windows color (decimal): -2146900 or 11288031. OLE color: 11288031.
HSL color Cylindrical-coordinate representation of color #DF3DAC: hue angle of 318.89º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3DAC is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 61 | 172 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.13 |
| HSL | 318.89º | 0.72% | 0.56% | - |
| HSV(B) | 318.89º | 0.73% | 0.87% | - |
| XYZ | 39.55 | 22 | 41.19 | - |
| YUV | 122.09 | 156.17 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 61 | 172 | 0 | 0.73 | 0.23 | 0.13 | 318.89 | 0.72 | 0.56 |
| Hex | DF | 3D | AC | 0 | 49 | 17 | D | 13F | 48 | 38 |
| Octal | 337 | 75 | 254 | 0 | 111 | 27 | 15 | 477 | 110 | 70 |
| Binary | 11011111 | 111101 | 10101100 | 0 | 1001001 | 10111 | 1101 | 100111111 | 1001000 | 111000 |
Color Harmonies of #DF3DAC
Complementary color
Monochromatic Colors of #DF3DAC
Black with #DF3DAC
Text Example
Text Example
White with #DF3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3DAC; }
p { color: rgb(223,61,172); }
H1.HeaderClassName
{
color: #DF3DAC;
}
.AnyTagClassName
{
color: #DF3DAC;
}
</style>
background-color css
<style>
a { background-color: #DF3DAC; }
a { background-color: rgb(223,61,172); }
div.DivClassName
{
background-color: #DF3DAC;
}
.BgClassName
{
background-color: #DF3DAC;
}
</style>
border-color css
<style>
span { border-color: #DF3DAC; }
span { border-color: rgb(223,61,172); }
td.TdClassName
{
border-color: #DF3DAC;
}
.TagClassName
{
border-color: #DF3DAC;
}
</style>