Shades of Brilliant Rose #DF53A0
Tints of Brilliant Rose #DF53A0
RGB
CMYK
RGB Variations
Color information
#DF53A0 (or 0xDF53A0) is known color: Brilliant Rose. HEX triplet: DF, 53 and A0. RGB value is (223,83,160). Sum of RGB (Red+Green+Blue) = 223+83+160=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 83 (32.81% from 255 or 17.81% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF53A0 is #20AC5F. Grayscale: #858585. Windows color (decimal): -2141280 or 10507231. OLE color: 10507231.
HSL color Cylindrical-coordinate representation of color #DF53A0: hue angle of 327º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF53A0 is Cyan = 0, Magento = 0.63, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 160 | - |
| CMYK | 0 | 0.63 | 0.28 | 0.13 |
| HSL | 327º | 0.69% | 0.6% | - |
| HSV(B) | 327º | 0.63% | 0.87% | - |
| XYZ | 39.87 | 24.41 | 35.87 | - |
| YUV | 133.64 | 142.88 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 160 | 0 | 0.63 | 0.28 | 0.13 | 327 | 0.69 | 0.6 |
| Hex | DF | 53 | A0 | 0 | 3F | 1C | D | 147 | 45 | 3C |
| Octal | 337 | 123 | 240 | 0 | 77 | 34 | 15 | 507 | 105 | 74 |
| Binary | 11011111 | 1010011 | 10100000 | 0 | 111111 | 11100 | 1101 | 101000111 | 1000101 | 111100 |
Color Harmonies of #DF53A0
Complementary color
Monochromatic Colors of #DF53A0
Black with #DF53A0
Text Example
Text Example
White with #DF53A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53A0; }
p { color: rgb(223,83,160); }
H1.HeaderClassName
{
color: #DF53A0;
}
.AnyTagClassName
{
color: #DF53A0;
}
</style>
background-color css
<style>
a { background-color: #DF53A0; }
a { background-color: rgb(223,83,160); }
div.DivClassName
{
background-color: #DF53A0;
}
.BgClassName
{
background-color: #DF53A0;
}
</style>
border-color css
<style>
span { border-color: #DF53A0; }
span { border-color: rgb(223,83,160); }
td.TdClassName
{
border-color: #DF53A0;
}
.TagClassName
{
border-color: #DF53A0;
}
</style>