Shades of Persian Rose #DF2FA5
Tints of Persian Rose #DF2FA5
RGB
CMYK
RGB Variations
Color information
#DF2FA5 (or 0xDF2FA5) is known color: Persian Rose. HEX triplet: DF, 2F and A5. RGB value is (223,47,165). Sum of RGB (Red+Green+Blue) = 223+47+165=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 47 (18.75% from 255 or 10.80% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF2FA5 is #20D05A. Grayscale: #707070. Windows color (decimal): -2150491 or 10825695. OLE color: 10825695.
HSL color Cylindrical-coordinate representation of color #DF2FA5: hue angle of 319.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF2FA5 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 47 | 165 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.13 |
| HSL | 319.77º | 0.73% | 0.53% | - |
| HSV(B) | 319.77º | 0.79% | 0.87% | - |
| XYZ | 38.24 | 20.44 | 37.53 | - |
| YUV | 113.08 | 157.31 | 206.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 47 | 165 | 0 | 0.79 | 0.26 | 0.13 | 319.77 | 0.73 | 0.53 |
| Hex | DF | 2F | A5 | 0 | 4F | 1A | D | 140 | 49 | 35 |
| Octal | 337 | 57 | 245 | 0 | 117 | 32 | 15 | 500 | 111 | 65 |
| Binary | 11011111 | 101111 | 10100101 | 0 | 1001111 | 11010 | 1101 | 101000000 | 1001001 | 110101 |
Color Harmonies of #DF2FA5
Complementary color
Monochromatic Colors of #DF2FA5
Black with #DF2FA5
Text Example
Text Example
White with #DF2FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF2FA5; }
p { color: rgb(223,47,165); }
H1.HeaderClassName
{
color: #DF2FA5;
}
.AnyTagClassName
{
color: #DF2FA5;
}
</style>
background-color css
<style>
a { background-color: #DF2FA5; }
a { background-color: rgb(223,47,165); }
div.DivClassName
{
background-color: #DF2FA5;
}
.BgClassName
{
background-color: #DF2FA5;
}
</style>
border-color css
<style>
span { border-color: #DF2FA5; }
span { border-color: rgb(223,47,165); }
td.TdClassName
{
border-color: #DF2FA5;
}
.TagClassName
{
border-color: #DF2FA5;
}
</style>