Shades of Persian Rose #DF3BAA
Tints of Persian Rose #DF3BAA
RGB
CMYK
RGB Variations
Color information
#DF3BAA (or 0xDF3BAA) is known color: Persian Rose. HEX triplet: DF, 3B and AA. RGB value is (223,59,170). Sum of RGB (Red+Green+Blue) = 223+59+170=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF3BAA is #20C455. Grayscale: #787878. Windows color (decimal): -2147414 or 11156447. OLE color: 11156447.
HSL color Cylindrical-coordinate representation of color #DF3BAA: hue angle of 319.39º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DF3BAA is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 59 | 170 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.13 |
| HSL | 319.39º | 0.72% | 0.55% | - |
| HSV(B) | 319.39º | 0.74% | 0.87% | - |
| XYZ | 39.25 | 21.72 | 40.15 | - |
| YUV | 120.69 | 155.83 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 59 | 170 | 0 | 0.74 | 0.24 | 0.13 | 319.39 | 0.72 | 0.55 |
| Hex | DF | 3B | AA | 0 | 4A | 18 | D | 13F | 48 | 37 |
| Octal | 337 | 73 | 252 | 0 | 112 | 30 | 15 | 477 | 110 | 67 |
| Binary | 11011111 | 111011 | 10101010 | 0 | 1001010 | 11000 | 1101 | 100111111 | 1001000 | 110111 |
Color Harmonies of #DF3BAA
Complementary color
Monochromatic Colors of #DF3BAA
Black with #DF3BAA
Text Example
Text Example
White with #DF3BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF3BAA; }
p { color: rgb(223,59,170); }
H1.HeaderClassName
{
color: #DF3BAA;
}
.AnyTagClassName
{
color: #DF3BAA;
}
</style>
background-color css
<style>
a { background-color: #DF3BAA; }
a { background-color: rgb(223,59,170); }
div.DivClassName
{
background-color: #DF3BAA;
}
.BgClassName
{
background-color: #DF3BAA;
}
</style>
border-color css
<style>
span { border-color: #DF3BAA; }
span { border-color: rgb(223,59,170); }
td.TdClassName
{
border-color: #DF3BAA;
}
.TagClassName
{
border-color: #DF3BAA;
}
</style>