Shades of Persian Rose #DF41AB
Tints of Persian Rose #DF41AB
RGB
CMYK
RGB Variations
Color information
#DF41AB (or 0xDF41AB) is known color: Persian Rose. HEX triplet: DF, 41 and AB. RGB value is (223,65,171). Sum of RGB (Red+Green+Blue) = 223+65+171=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF41AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF41AB is #20BE54. Grayscale: #7C7C7C. Windows color (decimal): -2145877 or 11223519. OLE color: 11223519.
HSL color Cylindrical-coordinate representation of color #DF41AB: hue angle of 319.75º 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 #DF41AB is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 65 | 171 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.13 |
| HSL | 319.75º | 0.71% | 0.56% | - |
| HSV(B) | 319.75º | 0.71% | 0.87% | - |
| XYZ | 39.67 | 22.41 | 40.76 | - |
| YUV | 124.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 171 | 0 | 0.71 | 0.23 | 0.13 | 319.75 | 0.71 | 0.56 |
| Hex | DF | 41 | AB | 0 | 47 | 17 | D | 140 | 47 | 38 |
| Octal | 337 | 101 | 253 | 0 | 107 | 27 | 15 | 500 | 107 | 70 |
| Binary | 11011111 | 1000001 | 10101011 | 0 | 1000111 | 10111 | 1101 | 101000000 | 1000111 | 111000 |
Color Harmonies of #DF41AB
Complementary color
Monochromatic Colors of #DF41AB
Black with #DF41AB
Text Example
Text Example
White with #DF41AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41AB; }
p { color: rgb(223,65,171); }
H1.HeaderClassName
{
color: #DF41AB;
}
.AnyTagClassName
{
color: #DF41AB;
}
</style>
background-color css
<style>
a { background-color: #DF41AB; }
a { background-color: rgb(223,65,171); }
div.DivClassName
{
background-color: #DF41AB;
}
.BgClassName
{
background-color: #DF41AB;
}
</style>
border-color css
<style>
span { border-color: #DF41AB; }
span { border-color: rgb(223,65,171); }
td.TdClassName
{
border-color: #DF41AB;
}
.TagClassName
{
border-color: #DF41AB;
}
</style>