Shades of Brilliant Rose #DE54A6
Tints of Brilliant Rose #DE54A6
RGB
CMYK
RGB Variations
Color information
#DE54A6 (or 0xDE54A6) is known color: Brilliant Rose. HEX triplet: DE, 54 and A6. RGB value is (222,84,166). Sum of RGB (Red+Green+Blue) = 222+84+166=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE54A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE54A6 is #21AB59. Grayscale: #868686. Windows color (decimal): -2206554 or 10900702. OLE color: 10900702.
HSL color Cylindrical-coordinate representation of color #DE54A6: hue angle of 324.35º 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 #DE54A6 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 84 | 166 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.13 |
| HSL | 324.35º | 0.68% | 0.6% | - |
| HSV(B) | 324.35º | 0.62% | 0.87% | - |
| XYZ | 40.18 | 24.62 | 38.71 | - |
| YUV | 134.61 | 145.72 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 84 | 166 | 0 | 0.62 | 0.25 | 0.13 | 324.35 | 0.68 | 0.6 |
| Hex | DE | 54 | A6 | 0 | 3E | 19 | D | 144 | 44 | 3C |
| Octal | 336 | 124 | 246 | 0 | 76 | 31 | 15 | 504 | 104 | 74 |
| Binary | 11011110 | 1010100 | 10100110 | 0 | 111110 | 11001 | 1101 | 101000100 | 1000100 | 111100 |
Color Harmonies of #DE54A6
Complementary color
Monochromatic Colors of #DE54A6
Black with #DE54A6
Text Example
Text Example
White with #DE54A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE54A6; }
p { color: rgb(222,84,166); }
H1.HeaderClassName
{
color: #DE54A6;
}
.AnyTagClassName
{
color: #DE54A6;
}
</style>
background-color css
<style>
a { background-color: #DE54A6; }
a { background-color: rgb(222,84,166); }
div.DivClassName
{
background-color: #DE54A6;
}
.BgClassName
{
background-color: #DE54A6;
}
</style>
border-color css
<style>
span { border-color: #DE54A6; }
span { border-color: rgb(222,84,166); }
td.TdClassName
{
border-color: #DE54A6;
}
.TagClassName
{
border-color: #DE54A6;
}
</style>