Shades of Persian Rose #DF2DAB
Tints of Persian Rose #DF2DAB
RGB
CMYK
RGB Variations
Color information
#DF2DAB (or 0xDF2DAB) is known color: Persian Rose. HEX triplet: DF, 2D and AB. RGB value is (223,45,171). Sum of RGB (Red+Green+Blue) = 223+45+171=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2DAB is #20D254. Grayscale: #707070. Windows color (decimal): -2150997 or 11218399. OLE color: 11218399.
HSL color Cylindrical-coordinate representation of color #DF2DAB: hue angle of 317.53º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2DAB is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 45 | 171 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.13 |
| HSL | 317.53º | 0.74% | 0.53% | - |
| HSV(B) | 317.53º | 0.8% | 0.87% | - |
| XYZ | 38.72 | 20.51 | 40.45 | - |
| YUV | 112.59 | 160.97 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 45 | 171 | 0 | 0.80 | 0.23 | 0.13 | 317.53 | 0.74 | 0.53 |
| Hex | DF | 2D | AB | 0 | 50 | 17 | D | 13E | 4A | 35 |
| Octal | 337 | 55 | 253 | 0 | 120 | 27 | 15 | 476 | 112 | 65 |
| Binary | 11011111 | 101101 | 10101011 | 0 | 1010000 | 10111 | 1101 | 100111110 | 1001010 | 110101 |
Color Harmonies of #DF2DAB
Complementary color
Monochromatic Colors of #DF2DAB
Black with #DF2DAB
Text Example
Text Example
White with #DF2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2DAB; }
p { color: rgb(223,45,171); }
H1.HeaderClassName
{
color: #DF2DAB;
}
.AnyTagClassName
{
color: #DF2DAB;
}
</style>
background-color css
<style>
a { background-color: #DF2DAB; }
a { background-color: rgb(223,45,171); }
div.DivClassName
{
background-color: #DF2DAB;
}
.BgClassName
{
background-color: #DF2DAB;
}
</style>
border-color css
<style>
span { border-color: #DF2DAB; }
span { border-color: rgb(223,45,171); }
td.TdClassName
{
border-color: #DF2DAB;
}
.TagClassName
{
border-color: #DF2DAB;
}
</style>