Shades of Brilliant Rose #DB5AAD
Tints of Brilliant Rose #DB5AAD
RGB
CMYK
RGB Variations
Color information
#DB5AAD (or 0xDB5AAD) is known color: Brilliant Rose. HEX triplet: DB, 5A and AD. RGB value is (219,90,173). Sum of RGB (Red+Green+Blue) = 219+90+173=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 90 (35.55% from 255 or 18.67% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AAD is #24A552. Grayscale: #898989. Windows color (decimal): -2401619 or 11360987. OLE color: 11360987.
HSL color Cylindrical-coordinate representation of color #DB5AAD: hue angle of 321.4º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5AAD is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 173 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.14 |
| HSL | 321.4º | 0.64% | 0.61% | - |
| HSV(B) | 321.4º | 0.59% | 0.86% | - |
| XYZ | 40.41 | 25.39 | 42.31 | - |
| YUV | 138.03 | 147.74 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 173 | 0 | 0.59 | 0.21 | 0.14 | 321.4 | 0.64 | 0.61 |
| Hex | DB | 5A | AD | 0 | 3B | 15 | E | 141 | 40 | 3D |
| Octal | 333 | 132 | 255 | 0 | 73 | 25 | 16 | 501 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10101101 | 0 | 111011 | 10101 | 1110 | 101000001 | 1000000 | 111101 |
Color Harmonies of #DB5AAD
Complementary color
Monochromatic Colors of #DB5AAD
Black with #DB5AAD
Text Example
Text Example
White with #DB5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AAD; }
p { color: rgb(219,90,173); }
H1.HeaderClassName
{
color: #DB5AAD;
}
.AnyTagClassName
{
color: #DB5AAD;
}
</style>
background-color css
<style>
a { background-color: #DB5AAD; }
a { background-color: rgb(219,90,173); }
div.DivClassName
{
background-color: #DB5AAD;
}
.BgClassName
{
background-color: #DB5AAD;
}
</style>
border-color css
<style>
span { border-color: #DB5AAD; }
span { border-color: rgb(219,90,173); }
td.TdClassName
{
border-color: #DB5AAD;
}
.TagClassName
{
border-color: #DB5AAD;
}
</style>