Shades of Brilliant Rose #DB58AF
Tints of Brilliant Rose #DB58AF
RGB
CMYK
RGB Variations
Color information
#DB58AF (or 0xDB58AF) is known color: Brilliant Rose. HEX triplet: DB, 58 and AF. RGB value is (219,88,175). Sum of RGB (Red+Green+Blue) = 219+88+175=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 88 (34.77% from 255 or 18.26% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB58AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB58AF is #24A750. Grayscale: #888888. Windows color (decimal): -2402129 or 11491547. OLE color: 11491547.
HSL color Cylindrical-coordinate representation of color #DB58AF: hue angle of 320.15º 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 #DB58AF is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 88 | 175 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.14 |
| HSL | 320.15º | 0.65% | 0.6% | - |
| HSV(B) | 320.15º | 0.6% | 0.86% | - |
| XYZ | 40.44 | 25.13 | 43.28 | - |
| YUV | 137.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 88 | 175 | 0 | 0.60 | 0.20 | 0.14 | 320.15 | 0.65 | 0.6 |
| Hex | DB | 58 | AF | 0 | 3C | 14 | E | 140 | 41 | 3C |
| Octal | 333 | 130 | 257 | 0 | 74 | 24 | 16 | 500 | 101 | 74 |
| Binary | 11011011 | 1011000 | 10101111 | 0 | 111100 | 10100 | 1110 | 101000000 | 1000001 | 111100 |
Color Harmonies of #DB58AF
Complementary color
Monochromatic Colors of #DB58AF
Black with #DB58AF
Text Example
Text Example
White with #DB58AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB58AF; }
p { color: rgb(219,88,175); }
H1.HeaderClassName
{
color: #DB58AF;
}
.AnyTagClassName
{
color: #DB58AF;
}
</style>
background-color css
<style>
a { background-color: #DB58AF; }
a { background-color: rgb(219,88,175); }
div.DivClassName
{
background-color: #DB58AF;
}
.BgClassName
{
background-color: #DB58AF;
}
</style>
border-color css
<style>
span { border-color: #DB58AF; }
span { border-color: rgb(219,88,175); }
td.TdClassName
{
border-color: #DB58AF;
}
.TagClassName
{
border-color: #DB58AF;
}
</style>