Shades of Razzle Dazzle Rose #DB3ABF
Tints of Razzle Dazzle Rose #DB3ABF
RGB
CMYK
RGB Variations
Color information
#DB3ABF (or 0xDB3ABF) is known color: Razzle Dazzle Rose. HEX triplet: DB, 3A and BF. RGB value is (219,58,191). Sum of RGB (Red+Green+Blue) = 219+58+191=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 58 (23.05% from 255 or 12.39% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB3ABF is #24C540. Grayscale: #787878. Windows color (decimal): -2409793 or 12532443. OLE color: 12532443.
HSL color Cylindrical-coordinate representation of color #DB3ABF: hue angle of 310.43º 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 #DB3ABF is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 191 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.14 |
| HSL | 310.43º | 0.69% | 0.54% | - |
| HSV(B) | 310.43º | 0.74% | 0.86% | - |
| XYZ | 40.13 | 21.85 | 51.39 | - |
| YUV | 121.3 | 167.34 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 191 | 0 | 0.74 | 0.13 | 0.14 | 310.43 | 0.69 | 0.54 |
| Hex | DB | 3A | BF | 0 | 4A | D | E | 136 | 45 | 36 |
| Octal | 333 | 72 | 277 | 0 | 112 | 15 | 16 | 466 | 105 | 66 |
| Binary | 11011011 | 111010 | 10111111 | 0 | 1001010 | 1101 | 1110 | 100110110 | 1000101 | 110110 |
Color Harmonies of #DB3ABF
Complementary color
Monochromatic Colors of #DB3ABF
Black with #DB3ABF
Text Example
Text Example
White with #DB3ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3ABF; }
p { color: rgb(219,58,191); }
H1.HeaderClassName
{
color: #DB3ABF;
}
.AnyTagClassName
{
color: #DB3ABF;
}
</style>
background-color css
<style>
a { background-color: #DB3ABF; }
a { background-color: rgb(219,58,191); }
div.DivClassName
{
background-color: #DB3ABF;
}
.BgClassName
{
background-color: #DB3ABF;
}
</style>
border-color css
<style>
span { border-color: #DB3ABF; }
span { border-color: rgb(219,58,191); }
td.TdClassName
{
border-color: #DB3ABF;
}
.TagClassName
{
border-color: #DB3ABF;
}
</style>