Shades of Brilliant Rose #DF53B2
Tints of Brilliant Rose #DF53B2
RGB
CMYK
RGB Variations
Color information
#DF53B2 (or 0xDF53B2) is known color: Brilliant Rose. HEX triplet: DF, 53 and B2. RGB value is (223,83,178). Sum of RGB (Red+Green+Blue) = 223+83+178=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 178 (69.92% from 255 or 36.78% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF53B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF53B2 is #20AC4D. Grayscale: #878787. Windows color (decimal): -2141262 or 11686879. OLE color: 11686879.
HSL color Cylindrical-coordinate representation of color #DF53B2: hue angle of 319.29º 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 #DF53B2 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 83 | 178 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.13 |
| HSL | 319.29º | 0.69% | 0.6% | - |
| HSV(B) | 319.29º | 0.63% | 0.87% | - |
| XYZ | 41.56 | 25.09 | 44.77 | - |
| YUV | 135.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 178 | 0 | 0.63 | 0.20 | 0.13 | 319.29 | 0.69 | 0.6 |
| Hex | DF | 53 | B2 | 0 | 3F | 14 | D | 13F | 45 | 3C |
| Octal | 337 | 123 | 262 | 0 | 77 | 24 | 15 | 477 | 105 | 74 |
| Binary | 11011111 | 1010011 | 10110010 | 0 | 111111 | 10100 | 1101 | 100111111 | 1000101 | 111100 |
Color Harmonies of #DF53B2
Complementary color
Monochromatic Colors of #DF53B2
Black with #DF53B2
Text Example
Text Example
White with #DF53B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53B2; }
p { color: rgb(223,83,178); }
H1.HeaderClassName
{
color: #DF53B2;
}
.AnyTagClassName
{
color: #DF53B2;
}
</style>
background-color css
<style>
a { background-color: #DF53B2; }
a { background-color: rgb(223,83,178); }
div.DivClassName
{
background-color: #DF53B2;
}
.BgClassName
{
background-color: #DF53B2;
}
</style>
border-color css
<style>
span { border-color: #DF53B2; }
span { border-color: rgb(223,83,178); }
td.TdClassName
{
border-color: #DF53B2;
}
.TagClassName
{
border-color: #DF53B2;
}
</style>