Shades of Razzle Dazzle Rose #DB38BF
Tints of Razzle Dazzle Rose #DB38BF
RGB
CMYK
RGB Variations
Color information
#DB38BF (or 0xDB38BF) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and BF. RGB value is (219,56,191). Sum of RGB (Red+Green+Blue) = 219+56+191=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38BF is #24C740. Grayscale: #777777. Windows color (decimal): -2410305 or 12531931. OLE color: 12531931.
HSL color Cylindrical-coordinate representation of color #DB38BF: hue angle of 310.31º 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 #DB38BF is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 191 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.14 |
| HSL | 310.31º | 0.69% | 0.54% | - |
| HSV(B) | 310.31º | 0.74% | 0.86% | - |
| XYZ | 40.03 | 21.65 | 51.36 | - |
| YUV | 120.13 | 168 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 191 | 0 | 0.74 | 0.13 | 0.14 | 310.31 | 0.69 | 0.54 |
| Hex | DB | 38 | BF | 0 | 4A | D | E | 136 | 45 | 36 |
| Octal | 333 | 70 | 277 | 0 | 112 | 15 | 16 | 466 | 105 | 66 |
| Binary | 11011011 | 111000 | 10111111 | 0 | 1001010 | 1101 | 1110 | 100110110 | 1000101 | 110110 |
Color Harmonies of #DB38BF
Complementary color
Monochromatic Colors of #DB38BF
Black with #DB38BF
Text Example
Text Example
White with #DB38BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB38BF; }
p { color: rgb(219,56,191); }
H1.HeaderClassName
{
color: #DB38BF;
}
.AnyTagClassName
{
color: #DB38BF;
}
</style>
background-color css
<style>
a { background-color: #DB38BF; }
a { background-color: rgb(219,56,191); }
div.DivClassName
{
background-color: #DB38BF;
}
.BgClassName
{
background-color: #DB38BF;
}
</style>
border-color css
<style>
span { border-color: #DB38BF; }
span { border-color: rgb(219,56,191); }
td.TdClassName
{
border-color: #DB38BF;
}
.TagClassName
{
border-color: #DB38BF;
}
</style>