Shades of Brilliant Rose #DE54AD
Tints of Brilliant Rose #DE54AD
RGB
CMYK
RGB Variations
Color information
#DE54AD (or 0xDE54AD) is known color: Brilliant Rose. HEX triplet: DE, 54 and AD. RGB value is (222,84,173). Sum of RGB (Red+Green+Blue) = 222+84+173=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 84 (33.20% from 255 or 17.54% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DE54AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE54AD is #21AB52. Grayscale: #878787. Windows color (decimal): -2206547 or 11359454. OLE color: 11359454.
HSL color Cylindrical-coordinate representation of color #DE54AD: hue angle of 321.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DE54AD is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 173 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.13 |
| HSL | 321.3º | 0.68% | 0.6% | - |
| HSV(B) | 321.3º | 0.62% | 0.87% | - |
| XYZ | 40.84 | 24.89 | 42.19 | - |
| YUV | 135.41 | 149.22 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 173 | 0 | 0.62 | 0.22 | 0.13 | 321.3 | 0.68 | 0.6 |
| Hex | DE | 54 | AD | 0 | 3E | 16 | D | 141 | 44 | 3C |
| Octal | 336 | 124 | 255 | 0 | 76 | 26 | 15 | 501 | 104 | 74 |
| Binary | 11011110 | 1010100 | 10101101 | 0 | 111110 | 10110 | 1101 | 101000001 | 1000100 | 111100 |
Color Harmonies of #DE54AD
Complementary color
Monochromatic Colors of #DE54AD
Black with #DE54AD
Text Example
Text Example
White with #DE54AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE54AD; }
p { color: rgb(222,84,173); }
H1.HeaderClassName
{
color: #DE54AD;
}
.AnyTagClassName
{
color: #DE54AD;
}
</style>
background-color css
<style>
a { background-color: #DE54AD; }
a { background-color: rgb(222,84,173); }
div.DivClassName
{
background-color: #DE54AD;
}
.BgClassName
{
background-color: #DE54AD;
}
</style>
border-color css
<style>
span { border-color: #DE54AD; }
span { border-color: rgb(222,84,173); }
td.TdClassName
{
border-color: #DE54AD;
}
.TagClassName
{
border-color: #DE54AD;
}
</style>