Shades of Brilliant Rose #DE50AD
Tints of Brilliant Rose #DE50AD
RGB
CMYK
RGB Variations
Color information
#DE50AD (or 0xDE50AD) is known color: Brilliant Rose. HEX triplet: DE, 50 and AD. RGB value is (222,80,173). Sum of RGB (Red+Green+Blue) = 222+80+173=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE50AD is #21AF52. Grayscale: #848484. Windows color (decimal): -2207571 or 11358430. OLE color: 11358430.
HSL color Cylindrical-coordinate representation of color #DE50AD: hue angle of 320.7º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DE50AD is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 80 | 173 | - |
| CMYK | 0 | 0.64 | 0.22 | 0.13 |
| HSL | 320.7º | 0.68% | 0.59% | - |
| HSV(B) | 320.7º | 0.64% | 0.87% | - |
| XYZ | 40.54 | 24.28 | 42.09 | - |
| YUV | 133.06 | 150.54 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 80 | 173 | 0 | 0.64 | 0.22 | 0.13 | 320.7 | 0.68 | 0.59 |
| Hex | DE | 50 | AD | 0 | 40 | 16 | D | 141 | 44 | 3B |
| Octal | 336 | 120 | 255 | 0 | 100 | 26 | 15 | 501 | 104 | 73 |
| Binary | 11011110 | 1010000 | 10101101 | 0 | 1000000 | 10110 | 1101 | 101000001 | 1000100 | 111011 |
Color Harmonies of #DE50AD
Complementary color
Monochromatic Colors of #DE50AD
Black with #DE50AD
Text Example
Text Example
White with #DE50AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE50AD; }
p { color: rgb(222,80,173); }
H1.HeaderClassName
{
color: #DE50AD;
}
.AnyTagClassName
{
color: #DE50AD;
}
</style>
background-color css
<style>
a { background-color: #DE50AD; }
a { background-color: rgb(222,80,173); }
div.DivClassName
{
background-color: #DE50AD;
}
.BgClassName
{
background-color: #DE50AD;
}
</style>
border-color css
<style>
span { border-color: #DE50AD; }
span { border-color: rgb(222,80,173); }
td.TdClassName
{
border-color: #DE50AD;
}
.TagClassName
{
border-color: #DE50AD;
}
</style>