Shades of Brilliant Rose #DB58AC
Tints of Brilliant Rose #DB58AC
RGB
CMYK
RGB Variations
Color information
#DB58AC (or 0xDB58AC) is known color: Brilliant Rose. HEX triplet: DB, 58 and AC. RGB value is (219,88,172). Sum of RGB (Red+Green+Blue) = 219+88+172=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 88 (34.77% from 255 or 18.37% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58AC is #24A753. Grayscale: #888888. Windows color (decimal): -2402132 or 11294939. OLE color: 11294939.
HSL color Cylindrical-coordinate representation of color #DB58AC: hue angle of 321.53º 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 #DB58AC is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 88 | 172 | - |
CMYK | 0 | 0.60 | 0.21 | 0.14 |
HSL | 321.53º | 0.65% | 0.6% | - |
HSV(B) | 321.53º | 0.6% | 0.86% | - |
XYZ | 40.15 | 25.02 | 41.74 | - |
YUV | 136.75 | 147.9 | 186.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 88 | 172 | 0 | 0.60 | 0.21 | 0.14 | 321.53 | 0.65 | 0.6 |
Hex | DB | 58 | AC | 0 | 3C | 15 | E | 142 | 41 | 3C |
Octal | 333 | 130 | 254 | 0 | 74 | 25 | 16 | 502 | 101 | 74 |
Binary | 11011011 | 1011000 | 10101100 | 0 | 111100 | 10101 | 1110 | 101000010 | 1000001 | 111100 |
Color Harmonies of #DB58AC
Complementary color
Monochromatic Colors of #DB58AC
Black with #DB58AC
Text Example
Text Example
White with #DB58AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58AC; }
p { color: rgb(219,88,172); }
H1.HeaderClassName
{
color: #DB58AC;
}
.AnyTagClassName
{
color: #DB58AC;
}
</style>
background-color css
<style>
a { background-color: #DB58AC; }
a { background-color: rgb(219,88,172); }
div.DivClassName
{
background-color: #DB58AC;
}
.BgClassName
{
background-color: #DB58AC;
}
</style>
border-color css
<style>
span { border-color: #DB58AC; }
span { border-color: rgb(219,88,172); }
td.TdClassName
{
border-color: #DB58AC;
}
.TagClassName
{
border-color: #DB58AC;
}
</style>