Shades of Brilliant Rose #DB58AD
Tints of Brilliant Rose #DB58AD
RGB
CMYK
RGB Variations
Color information
#DB58AD (or 0xDB58AD) is known color: Brilliant Rose. HEX triplet: DB, 58 and AD. RGB value is (219,88,173). Sum of RGB (Red+Green+Blue) = 219+88+173=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 88 (34.77% from 255 or 18.33% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58AD is #24A752. Grayscale: #888888. Windows color (decimal): -2402131 or 11360475. OLE color: 11360475.
HSL color Cylindrical-coordinate representation of color #DB58AD: hue angle of 321.07º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DB58AD is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 173 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.14 |
| HSL | 321.07º | 0.65% | 0.6% | - |
| HSV(B) | 321.07º | 0.6% | 0.86% | - |
| XYZ | 40.25 | 25.06 | 42.25 | - |
| YUV | 136.86 | 148.4 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 173 | 0 | 0.60 | 0.21 | 0.14 | 321.07 | 0.65 | 0.6 |
| Hex | DB | 58 | AD | 0 | 3C | 15 | E | 141 | 41 | 3C |
| Octal | 333 | 130 | 255 | 0 | 74 | 25 | 16 | 501 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10101101 | 0 | 111100 | 10101 | 1110 | 101000001 | 1000001 | 111100 |
Color Harmonies of #DB58AD
Complementary color
Monochromatic Colors of #DB58AD
Black with #DB58AD
Text Example
Text Example
White with #DB58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58AD; }
p { color: rgb(219,88,173); }
H1.HeaderClassName
{
color: #DB58AD;
}
.AnyTagClassName
{
color: #DB58AD;
}
</style>
background-color css
<style>
a { background-color: #DB58AD; }
a { background-color: rgb(219,88,173); }
div.DivClassName
{
background-color: #DB58AD;
}
.BgClassName
{
background-color: #DB58AD;
}
</style>
border-color css
<style>
span { border-color: #DB58AD; }
span { border-color: rgb(219,88,173); }
td.TdClassName
{
border-color: #DB58AD;
}
.TagClassName
{
border-color: #DB58AD;
}
</style>