Shades of Persian Rose #DF1FA2
Tints of Persian Rose #DF1FA2
RGB
CMYK
RGB Variations
Color information
#DF1FA2 (or 0xDF1FA2) is known color: Persian Rose. HEX triplet: DF, 1F and A2. RGB value is (223,31,162). Sum of RGB (Red+Green+Blue) = 223+31+162=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 31 (12.5% from 255 or 7.45% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1FA2 is #20E05D. Grayscale: #676767. Windows color (decimal): -2154590 or 10624991. OLE color: 10624991.
HSL color Cylindrical-coordinate representation of color #DF1FA2: hue angle of 319.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1FA2 is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 162 | - |
| CMYK | 0 | 0.86 | 0.27 | 0.13 |
| HSL | 319.06º | 0.76% | 0.5% | - |
| HSV(B) | 319.06º | 0.86% | 0.87% | - |
| XYZ | 37.44 | 19.28 | 35.93 | - |
| YUV | 103.34 | 161.11 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 162 | 0 | 0.86 | 0.27 | 0.13 | 319.06 | 0.76 | 0.5 |
| Hex | DF | 1F | A2 | 0 | 56 | 1B | D | 13F | 4C | 32 |
| Octal | 337 | 37 | 242 | 0 | 126 | 33 | 15 | 477 | 114 | 62 |
| Binary | 11011111 | 11111 | 10100010 | 0 | 1010110 | 11011 | 1101 | 100111111 | 1001100 | 110010 |
Color Harmonies of #DF1FA2
Complementary color
Monochromatic Colors of #DF1FA2
Black with #DF1FA2
Text Example
Text Example
White with #DF1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FA2; }
p { color: rgb(223,31,162); }
H1.HeaderClassName
{
color: #DF1FA2;
}
.AnyTagClassName
{
color: #DF1FA2;
}
</style>
background-color css
<style>
a { background-color: #DF1FA2; }
a { background-color: rgb(223,31,162); }
div.DivClassName
{
background-color: #DF1FA2;
}
.BgClassName
{
background-color: #DF1FA2;
}
</style>
border-color css
<style>
span { border-color: #DF1FA2; }
span { border-color: rgb(223,31,162); }
td.TdClassName
{
border-color: #DF1FA2;
}
.TagClassName
{
border-color: #DF1FA2;
}
</style>