Shades of Brilliant Rose #DB5AAE
Tints of Brilliant Rose #DB5AAE
RGB
CMYK
RGB Variations
Color information
#DB5AAE (or 0xDB5AAE) is known color: Brilliant Rose. HEX triplet: DB, 5A and AE. RGB value is (219,90,174). Sum of RGB (Red+Green+Blue) = 219+90+174=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 174 (68.36% from 255 or 36.02% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5AAE is #24A551. Grayscale: #898989. Windows color (decimal): -2401618 or 11426523. OLE color: 11426523.
HSL color Cylindrical-coordinate representation of color #DB5AAE: hue angle of 320.93º 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 #DB5AAE is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 174 | - |
| CMYK | 0 | 0.59 | 0.21 | 0.14 |
| HSL | 320.93º | 0.64% | 0.61% | - |
| HSV(B) | 320.93º | 0.59% | 0.86% | - |
| XYZ | 40.51 | 25.43 | 42.82 | - |
| YUV | 138.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 174 | 0 | 0.59 | 0.21 | 0.14 | 320.93 | 0.64 | 0.61 |
| Hex | DB | 5A | AE | 0 | 3B | 15 | E | 141 | 40 | 3D |
| Octal | 333 | 132 | 256 | 0 | 73 | 25 | 16 | 501 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10101110 | 0 | 111011 | 10101 | 1110 | 101000001 | 1000000 | 111101 |
Color Harmonies of #DB5AAE
Complementary color
Monochromatic Colors of #DB5AAE
Black with #DB5AAE
Text Example
Text Example
White with #DB5AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5AAE; }
p { color: rgb(219,90,174); }
H1.HeaderClassName
{
color: #DB5AAE;
}
.AnyTagClassName
{
color: #DB5AAE;
}
</style>
background-color css
<style>
a { background-color: #DB5AAE; }
a { background-color: rgb(219,90,174); }
div.DivClassName
{
background-color: #DB5AAE;
}
.BgClassName
{
background-color: #DB5AAE;
}
</style>
border-color css
<style>
span { border-color: #DB5AAE; }
span { border-color: rgb(219,90,174); }
td.TdClassName
{
border-color: #DB5AAE;
}
.TagClassName
{
border-color: #DB5AAE;
}
</style>