Shades of Persian Rose #DF41AC
Tints of Persian Rose #DF41AC
RGB
CMYK
RGB Variations
Color information
#DF41AC (or 0xDF41AC) is known color: Persian Rose. HEX triplet: DF, 41 and AC. RGB value is (223,65,172). Sum of RGB (Red+Green+Blue) = 223+65+172=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF41AC is #20BE53. Grayscale: #7C7C7C. Windows color (decimal): -2145876 or 11289055. OLE color: 11289055.
HSL color Cylindrical-coordinate representation of color #DF41AC: hue angle of 319.37º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF41AC is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 172 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.13 |
| HSL | 319.37º | 0.71% | 0.56% | - |
| HSV(B) | 319.37º | 0.71% | 0.87% | - |
| XYZ | 39.77 | 22.45 | 41.27 | - |
| YUV | 124.44 | 154.85 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 172 | 0 | 0.71 | 0.23 | 0.13 | 319.37 | 0.71 | 0.56 |
| Hex | DF | 41 | AC | 0 | 47 | 17 | D | 13F | 47 | 38 |
| Octal | 337 | 101 | 254 | 0 | 107 | 27 | 15 | 477 | 107 | 70 |
| Binary | 11011111 | 1000001 | 10101100 | 0 | 1000111 | 10111 | 1101 | 100111111 | 1000111 | 111000 |
Color Harmonies of #DF41AC
Complementary color
Monochromatic Colors of #DF41AC
Black with #DF41AC
Text Example
Text Example
White with #DF41AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41AC; }
p { color: rgb(223,65,172); }
H1.HeaderClassName
{
color: #DF41AC;
}
.AnyTagClassName
{
color: #DF41AC;
}
</style>
background-color css
<style>
a { background-color: #DF41AC; }
a { background-color: rgb(223,65,172); }
div.DivClassName
{
background-color: #DF41AC;
}
.BgClassName
{
background-color: #DF41AC;
}
</style>
border-color css
<style>
span { border-color: #DF41AC; }
span { border-color: rgb(223,65,172); }
td.TdClassName
{
border-color: #DF41AC;
}
.TagClassName
{
border-color: #DF41AC;
}
</style>