Shades of Brilliant Rose #DE54AA
Tints of Brilliant Rose #DE54AA
RGB
CMYK
RGB Variations
Color information
#DE54AA (or 0xDE54AA) is known color: Brilliant Rose. HEX triplet: DE, 54 and AA. RGB value is (222,84,170). Sum of RGB (Red+Green+Blue) = 222+84+170=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 170 (66.80% from 255 or 35.71% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE54AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE54AA is #21AB55. Grayscale: #868686. Windows color (decimal): -2206550 or 11162846. OLE color: 11162846.
HSL color Cylindrical-coordinate representation of color #DE54AA: hue angle of 322.61º 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 #DE54AA is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 170 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.13 |
| HSL | 322.61º | 0.68% | 0.6% | - |
| HSV(B) | 322.61º | 0.62% | 0.87% | - |
| XYZ | 40.55 | 24.77 | 40.67 | - |
| YUV | 135.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 170 | 0 | 0.62 | 0.23 | 0.13 | 322.61 | 0.68 | 0.6 |
| Hex | DE | 54 | AA | 0 | 3E | 17 | D | 143 | 44 | 3C |
| Octal | 336 | 124 | 252 | 0 | 76 | 27 | 15 | 503 | 104 | 74 |
| Binary | 11011110 | 1010100 | 10101010 | 0 | 111110 | 10111 | 1101 | 101000011 | 1000100 | 111100 |
Color Harmonies of #DE54AA
Complementary color
Monochromatic Colors of #DE54AA
Black with #DE54AA
Text Example
Text Example
White with #DE54AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE54AA; }
p { color: rgb(222,84,170); }
H1.HeaderClassName
{
color: #DE54AA;
}
.AnyTagClassName
{
color: #DE54AA;
}
</style>
background-color css
<style>
a { background-color: #DE54AA; }
a { background-color: rgb(222,84,170); }
div.DivClassName
{
background-color: #DE54AA;
}
.BgClassName
{
background-color: #DE54AA;
}
</style>
border-color css
<style>
span { border-color: #DE54AA; }
span { border-color: rgb(222,84,170); }
td.TdClassName
{
border-color: #DE54AA;
}
.TagClassName
{
border-color: #DE54AA;
}
</style>