Shades of Brilliant Rose #DB54AC
Tints of Brilliant Rose #DB54AC
RGB
CMYK
RGB Variations
Color information
#DB54AC (or 0xDB54AC) is known color: Brilliant Rose. HEX triplet: DB, 54 and AC. RGB value is (219,84,172). Sum of RGB (Red+Green+Blue) = 219+84+172=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 84 (33.20% from 255 or 17.68% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54AC is #24AB53. Grayscale: #868686. Windows color (decimal): -2403156 or 11293915. OLE color: 11293915.
HSL color Cylindrical-coordinate representation of color #DB54AC: hue angle of 320.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB54AC is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 84 | 172 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.14 |
| HSL | 320.89º | 0.65% | 0.59% | - |
| HSV(B) | 320.89º | 0.62% | 0.86% | - |
| XYZ | 39.83 | 24.38 | 41.64 | - |
| YUV | 134.4 | 149.23 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 84 | 172 | 0 | 0.62 | 0.21 | 0.14 | 320.89 | 0.65 | 0.59 |
| Hex | DB | 54 | AC | 0 | 3E | 15 | E | 141 | 41 | 3B |
| Octal | 333 | 124 | 254 | 0 | 76 | 25 | 16 | 501 | 101 | 73 |
| Binary | 11011011 | 1010100 | 10101100 | 0 | 111110 | 10101 | 1110 | 101000001 | 1000001 | 111011 |
Color Harmonies of #DB54AC
Complementary color
Monochromatic Colors of #DB54AC
Black with #DB54AC
Text Example
Text Example
White with #DB54AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB54AC; }
p { color: rgb(219,84,172); }
H1.HeaderClassName
{
color: #DB54AC;
}
.AnyTagClassName
{
color: #DB54AC;
}
</style>
background-color css
<style>
a { background-color: #DB54AC; }
a { background-color: rgb(219,84,172); }
div.DivClassName
{
background-color: #DB54AC;
}
.BgClassName
{
background-color: #DB54AC;
}
</style>
border-color css
<style>
span { border-color: #DB54AC; }
span { border-color: rgb(219,84,172); }
td.TdClassName
{
border-color: #DB54AC;
}
.TagClassName
{
border-color: #DB54AC;
}
</style>