Shades of Brilliant Rose #DB56AD
Tints of Brilliant Rose #DB56AD
RGB
CMYK
RGB Variations
Color information
#DB56AD (or 0xDB56AD) is known color: Brilliant Rose. HEX triplet: DB, 56 and AD. RGB value is (219,86,173). Sum of RGB (Red+Green+Blue) = 219+86+173=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB56AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB56AD is #24A952. Grayscale: #878787. Windows color (decimal): -2402643 or 11359963. OLE color: 11359963.
HSL color Cylindrical-coordinate representation of color #DB56AD: hue angle of 320.75º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DB56AD is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 86 | 173 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.14 |
| HSL | 320.75º | 0.65% | 0.6% | - |
| HSV(B) | 320.75º | 0.61% | 0.86% | - |
| XYZ | 40.08 | 24.73 | 42.2 | - |
| YUV | 135.69 | 149.06 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 86 | 173 | 0 | 0.61 | 0.21 | 0.14 | 320.75 | 0.65 | 0.6 |
| Hex | DB | 56 | AD | 0 | 3D | 15 | E | 141 | 41 | 3C |
| Octal | 333 | 126 | 255 | 0 | 75 | 25 | 16 | 501 | 101 | 74 |
| Binary | 11011011 | 1010110 | 10101101 | 0 | 111101 | 10101 | 1110 | 101000001 | 1000001 | 111100 |
Color Harmonies of #DB56AD
Complementary color
Monochromatic Colors of #DB56AD
Black with #DB56AD
Text Example
Text Example
White with #DB56AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB56AD; }
p { color: rgb(219,86,173); }
H1.HeaderClassName
{
color: #DB56AD;
}
.AnyTagClassName
{
color: #DB56AD;
}
</style>
background-color css
<style>
a { background-color: #DB56AD; }
a { background-color: rgb(219,86,173); }
div.DivClassName
{
background-color: #DB56AD;
}
.BgClassName
{
background-color: #DB56AD;
}
</style>
border-color css
<style>
span { border-color: #DB56AD; }
span { border-color: rgb(219,86,173); }
td.TdClassName
{
border-color: #DB56AD;
}
.TagClassName
{
border-color: #DB56AD;
}
</style>