Shades of Razzle Dazzle Rose #DB3ABA
Tints of Razzle Dazzle Rose #DB3ABA
RGB
CMYK
RGB Variations
Color information
#DB3ABA (or 0xDB3ABA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 3A and BA. RGB value is (219,58,186). Sum of RGB (Red+Green+Blue) = 219+58+186=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 58 (23.05% from 255 or 12.53% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3ABA is #24C545. Grayscale: #787878. Windows color (decimal): -2409798 or 12204763. OLE color: 12204763.
HSL color Cylindrical-coordinate representation of color #DB3ABA: hue angle of 312.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3ABA is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 186 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.14 |
| HSL | 312.3º | 0.69% | 0.54% | - |
| HSV(B) | 312.3º | 0.74% | 0.86% | - |
| XYZ | 39.59 | 21.63 | 48.54 | - |
| YUV | 120.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 186 | 0 | 0.74 | 0.15 | 0.14 | 312.3 | 0.69 | 0.54 |
| Hex | DB | 3A | BA | 0 | 4A | F | E | 138 | 45 | 36 |
| Octal | 333 | 72 | 272 | 0 | 112 | 17 | 16 | 470 | 105 | 66 |
| Binary | 11011011 | 111010 | 10111010 | 0 | 1001010 | 1111 | 1110 | 100111000 | 1000101 | 110110 |
Color Harmonies of #DB3ABA
Complementary color
Monochromatic Colors of #DB3ABA
Black with #DB3ABA
Text Example
Text Example
White with #DB3ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3ABA; }
p { color: rgb(219,58,186); }
H1.HeaderClassName
{
color: #DB3ABA;
}
.AnyTagClassName
{
color: #DB3ABA;
}
</style>
background-color css
<style>
a { background-color: #DB3ABA; }
a { background-color: rgb(219,58,186); }
div.DivClassName
{
background-color: #DB3ABA;
}
.BgClassName
{
background-color: #DB3ABA;
}
</style>
border-color css
<style>
span { border-color: #DB3ABA; }
span { border-color: rgb(219,58,186); }
td.TdClassName
{
border-color: #DB3ABA;
}
.TagClassName
{
border-color: #DB3ABA;
}
</style>