Shades of Razzle Dazzle Rose #DB39B4
Tints of Razzle Dazzle Rose #DB39B4
RGB
CMYK
RGB Variations
Color information
#DB39B4 (or 0xDB39B4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and B4. RGB value is (219,57,180). Sum of RGB (Red+Green+Blue) = 219+57+180=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39B4 is #24C64B. Grayscale: #777777. Windows color (decimal): -2410060 or 11811291. OLE color: 11811291.
HSL color Cylindrical-coordinate representation of color #DB39B4: hue angle of 314.44º 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 #DB39B4 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 180 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.14 |
| HSL | 314.44º | 0.69% | 0.54% | - |
| HSV(B) | 314.44º | 0.74% | 0.86% | - |
| XYZ | 38.91 | 21.28 | 45.24 | - |
| YUV | 119.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 180 | 0 | 0.74 | 0.18 | 0.14 | 314.44 | 0.69 | 0.54 |
| Hex | DB | 39 | B4 | 0 | 4A | 12 | E | 13A | 45 | 36 |
| Octal | 333 | 71 | 264 | 0 | 112 | 22 | 16 | 472 | 105 | 66 |
| Binary | 11011011 | 111001 | 10110100 | 0 | 1001010 | 10010 | 1110 | 100111010 | 1000101 | 110110 |
Color Harmonies of #DB39B4
Complementary color
Monochromatic Colors of #DB39B4
Black with #DB39B4
Text Example
Text Example
White with #DB39B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39B4; }
p { color: rgb(219,57,180); }
H1.HeaderClassName
{
color: #DB39B4;
}
.AnyTagClassName
{
color: #DB39B4;
}
</style>
background-color css
<style>
a { background-color: #DB39B4; }
a { background-color: rgb(219,57,180); }
div.DivClassName
{
background-color: #DB39B4;
}
.BgClassName
{
background-color: #DB39B4;
}
</style>
border-color css
<style>
span { border-color: #DB39B4; }
span { border-color: rgb(219,57,180); }
td.TdClassName
{
border-color: #DB39B4;
}
.TagClassName
{
border-color: #DB39B4;
}
</style>