Shades of Brilliant Rose #DE53AD
Tints of Brilliant Rose #DE53AD
RGB
CMYK
RGB Variations
Color information
#DE53AD (or 0xDE53AD) is known color: Brilliant Rose. HEX triplet: DE, 53 and AD. RGB value is (222,83,173). Sum of RGB (Red+Green+Blue) = 222+83+173=478 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.44% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 222 - color contains mainly: red. Hex color #DE53AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE53AD is #21AC52. Grayscale: #868686. Windows color (decimal): -2206803 or 11359198. OLE color: 11359198.
HSL color Cylindrical-coordinate representation of color #DE53AD: hue angle of 321.15º degrees, saturation: 0.68, 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 #DE53AD is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 83 | 173 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.13 |
| HSL | 321.15º | 0.68% | 0.6% | - |
| HSV(B) | 321.15º | 0.63% | 0.87% | - |
| XYZ | 40.76 | 24.73 | 42.16 | - |
| YUV | 134.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 83 | 173 | 0 | 0.63 | 0.22 | 0.13 | 321.15 | 0.68 | 0.6 |
| Hex | DE | 53 | AD | 0 | 3F | 16 | D | 141 | 44 | 3C |
| Octal | 336 | 123 | 255 | 0 | 77 | 26 | 15 | 501 | 104 | 74 |
| Binary | 11011110 | 1010011 | 10101101 | 0 | 111111 | 10110 | 1101 | 101000001 | 1000100 | 111100 |
Color Harmonies of #DE53AD
Complementary color
Monochromatic Colors of #DE53AD
Black with #DE53AD
Text Example
Text Example
White with #DE53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE53AD; }
p { color: rgb(222,83,173); }
H1.HeaderClassName
{
color: #DE53AD;
}
.AnyTagClassName
{
color: #DE53AD;
}
</style>
background-color css
<style>
a { background-color: #DE53AD; }
a { background-color: rgb(222,83,173); }
div.DivClassName
{
background-color: #DE53AD;
}
.BgClassName
{
background-color: #DE53AD;
}
</style>
border-color css
<style>
span { border-color: #DE53AD; }
span { border-color: rgb(222,83,173); }
td.TdClassName
{
border-color: #DE53AD;
}
.TagClassName
{
border-color: #DE53AD;
}
</style>