Shades of Brilliant Rose #DF53A6
Tints of Brilliant Rose #DF53A6
RGB
CMYK
RGB Variations
Color information
#DF53A6 (or 0xDF53A6) is known color: Brilliant Rose. HEX triplet: DF, 53 and A6. RGB value is (223,83,166). Sum of RGB (Red+Green+Blue) = 223+83+166=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF53A6 is #20AC59. Grayscale: #868686. Windows color (decimal): -2141274 or 10900447. OLE color: 10900447.
HSL color Cylindrical-coordinate representation of color #DF53A6: hue angle of 324.43º 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 #DF53A6 is Cyan = 0, Magento = 0.63, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 166 | - |
| CMYK | 0 | 0.63 | 0.26 | 0.13 |
| HSL | 324.43º | 0.69% | 0.6% | - |
| HSV(B) | 324.43º | 0.63% | 0.87% | - |
| XYZ | 40.41 | 24.63 | 38.7 | - |
| YUV | 134.32 | 145.88 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 166 | 0 | 0.63 | 0.26 | 0.13 | 324.43 | 0.69 | 0.6 |
| Hex | DF | 53 | A6 | 0 | 3F | 1A | D | 144 | 45 | 3C |
| Octal | 337 | 123 | 246 | 0 | 77 | 32 | 15 | 504 | 105 | 74 |
| Binary | 11011111 | 1010011 | 10100110 | 0 | 111111 | 11010 | 1101 | 101000100 | 1000101 | 111100 |
Color Harmonies of #DF53A6
Complementary color
Monochromatic Colors of #DF53A6
Black with #DF53A6
Text Example
Text Example
White with #DF53A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53A6; }
p { color: rgb(223,83,166); }
H1.HeaderClassName
{
color: #DF53A6;
}
.AnyTagClassName
{
color: #DF53A6;
}
</style>
background-color css
<style>
a { background-color: #DF53A6; }
a { background-color: rgb(223,83,166); }
div.DivClassName
{
background-color: #DF53A6;
}
.BgClassName
{
background-color: #DF53A6;
}
</style>
border-color css
<style>
span { border-color: #DF53A6; }
span { border-color: rgb(223,83,166); }
td.TdClassName
{
border-color: #DF53A6;
}
.TagClassName
{
border-color: #DF53A6;
}
</style>