Shades of Persian Rose #DF41AD
Tints of Persian Rose #DF41AD
RGB
CMYK
RGB Variations
Color information
#DF41AD (or 0xDF41AD) is known color: Persian Rose. HEX triplet: DF, 41 and AD. RGB value is (223,65,173). Sum of RGB (Red+Green+Blue) = 223+65+173=461 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.37% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF41AD is #20BE52. Grayscale: #7C7C7C. Windows color (decimal): -2145875 or 11354591. OLE color: 11354591.
HSL color Cylindrical-coordinate representation of color #DF41AD: hue angle of 318.99º 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 #DF41AD is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 173 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.13 |
| HSL | 318.99º | 0.71% | 0.56% | - |
| HSV(B) | 318.99º | 0.71% | 0.87% | - |
| XYZ | 39.86 | 22.49 | 41.77 | - |
| YUV | 124.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 173 | 0 | 0.71 | 0.22 | 0.13 | 318.99 | 0.71 | 0.56 |
| Hex | DF | 41 | AD | 0 | 47 | 16 | D | 13F | 47 | 38 |
| Octal | 337 | 101 | 255 | 0 | 107 | 26 | 15 | 477 | 107 | 70 |
| Binary | 11011111 | 1000001 | 10101101 | 0 | 1000111 | 10110 | 1101 | 100111111 | 1000111 | 111000 |
Color Harmonies of #DF41AD
Complementary color
Monochromatic Colors of #DF41AD
Black with #DF41AD
Text Example
Text Example
White with #DF41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41AD; }
p { color: rgb(223,65,173); }
H1.HeaderClassName
{
color: #DF41AD;
}
.AnyTagClassName
{
color: #DF41AD;
}
</style>
background-color css
<style>
a { background-color: #DF41AD; }
a { background-color: rgb(223,65,173); }
div.DivClassName
{
background-color: #DF41AD;
}
.BgClassName
{
background-color: #DF41AD;
}
</style>
border-color css
<style>
span { border-color: #DF41AD; }
span { border-color: rgb(223,65,173); }
td.TdClassName
{
border-color: #DF41AD;
}
.TagClassName
{
border-color: #DF41AD;
}
</style>