Shades of Brilliant Rose #DB53AD
Tints of Brilliant Rose #DB53AD
RGB
CMYK
RGB Variations
Color information
#DB53AD (or 0xDB53AD) is known color: Brilliant Rose. HEX triplet: DB, 53 and AD. RGB value is (219,83,173). Sum of RGB (Red+Green+Blue) = 219+83+173=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB53AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB53AD is #24AC52. Grayscale: #858585. Windows color (decimal): -2403411 or 11359195. OLE color: 11359195.
HSL color Cylindrical-coordinate representation of color #DB53AD: hue angle of 320.29º 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 #DB53AD is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 173 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.14 |
| HSL | 320.29º | 0.65% | 0.59% | - |
| HSV(B) | 320.29º | 0.62% | 0.86% | - |
| XYZ | 39.85 | 24.26 | 42.12 | - |
| YUV | 133.92 | 150.06 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 173 | 0 | 0.62 | 0.21 | 0.14 | 320.29 | 0.65 | 0.59 |
| Hex | DB | 53 | AD | 0 | 3E | 15 | E | 140 | 41 | 3B |
| Octal | 333 | 123 | 255 | 0 | 76 | 25 | 16 | 500 | 101 | 73 |
| Binary | 11011011 | 1010011 | 10101101 | 0 | 111110 | 10101 | 1110 | 101000000 | 1000001 | 111011 |
Color Harmonies of #DB53AD
Complementary color
Monochromatic Colors of #DB53AD
Black with #DB53AD
Text Example
Text Example
White with #DB53AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB53AD; }
p { color: rgb(219,83,173); }
H1.HeaderClassName
{
color: #DB53AD;
}
.AnyTagClassName
{
color: #DB53AD;
}
</style>
background-color css
<style>
a { background-color: #DB53AD; }
a { background-color: rgb(219,83,173); }
div.DivClassName
{
background-color: #DB53AD;
}
.BgClassName
{
background-color: #DB53AD;
}
</style>
border-color css
<style>
span { border-color: #DB53AD; }
span { border-color: rgb(219,83,173); }
td.TdClassName
{
border-color: #DB53AD;
}
.TagClassName
{
border-color: #DB53AD;
}
</style>