Shades of Persian Rose #DF3CAC
Tints of Persian Rose #DF3CAC
RGB
CMYK
RGB Variations
Color information
#DF3CAC (or 0xDF3CAC) is known color: Persian Rose. HEX triplet: DF, 3C and AC. RGB value is (223,60,172). Sum of RGB (Red+Green+Blue) = 223+60+172=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3CAC is #20C353. Grayscale: #797979. Windows color (decimal): -2147156 or 11287775. OLE color: 11287775.
HSL color Cylindrical-coordinate representation of color #DF3CAC: hue angle of 318.77º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF3CAC is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 60 | 172 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.13 |
| HSL | 318.77º | 0.72% | 0.55% | - |
| HSV(B) | 318.77º | 0.73% | 0.87% | - |
| XYZ | 39.49 | 21.9 | 41.17 | - |
| YUV | 121.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 60 | 172 | 0 | 0.73 | 0.23 | 0.13 | 318.77 | 0.72 | 0.55 |
| Hex | DF | 3C | AC | 0 | 49 | 17 | D | 13F | 48 | 37 |
| Octal | 337 | 74 | 254 | 0 | 111 | 27 | 15 | 477 | 110 | 67 |
| Binary | 11011111 | 111100 | 10101100 | 0 | 1001001 | 10111 | 1101 | 100111111 | 1001000 | 110111 |
Color Harmonies of #DF3CAC
Complementary color
Monochromatic Colors of #DF3CAC
Black with #DF3CAC
Text Example
Text Example
White with #DF3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3CAC; }
p { color: rgb(223,60,172); }
H1.HeaderClassName
{
color: #DF3CAC;
}
.AnyTagClassName
{
color: #DF3CAC;
}
</style>
background-color css
<style>
a { background-color: #DF3CAC; }
a { background-color: rgb(223,60,172); }
div.DivClassName
{
background-color: #DF3CAC;
}
.BgClassName
{
background-color: #DF3CAC;
}
</style>
border-color css
<style>
span { border-color: #DF3CAC; }
span { border-color: rgb(223,60,172); }
td.TdClassName
{
border-color: #DF3CAC;
}
.TagClassName
{
border-color: #DF3CAC;
}
</style>