Shades of Razzle Dazzle Rose #DB39B8
Tints of Razzle Dazzle Rose #DB39B8
RGB
CMYK
RGB Variations
Color information
#DB39B8 (or 0xDB39B8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and B8. RGB value is (219,57,184). Sum of RGB (Red+Green+Blue) = 219+57+184=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 57 (22.66% from 255 or 12.39% from 460); Blue value is 184 (72.27% from 255 or 40% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39B8 is #24C647. Grayscale: #777777. Windows color (decimal): -2410056 or 12073435. OLE color: 12073435.
HSL color Cylindrical-coordinate representation of color #DB39B8: hue angle of 312.96º 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 #DB39B8 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 184 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.14 |
| HSL | 312.96º | 0.69% | 0.54% | - |
| HSV(B) | 312.96º | 0.74% | 0.86% | - |
| XYZ | 39.33 | 21.45 | 47.41 | - |
| YUV | 119.92 | 164.17 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 184 | 0 | 0.74 | 0.16 | 0.14 | 312.96 | 0.69 | 0.54 |
| Hex | DB | 39 | B8 | 0 | 4A | 10 | E | 139 | 45 | 36 |
| Octal | 333 | 71 | 270 | 0 | 112 | 20 | 16 | 471 | 105 | 66 |
| Binary | 11011011 | 111001 | 10111000 | 0 | 1001010 | 10000 | 1110 | 100111001 | 1000101 | 110110 |
Color Harmonies of #DB39B8
Complementary color
Monochromatic Colors of #DB39B8
Black with #DB39B8
Text Example
Text Example
White with #DB39B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39B8; }
p { color: rgb(219,57,184); }
H1.HeaderClassName
{
color: #DB39B8;
}
.AnyTagClassName
{
color: #DB39B8;
}
</style>
background-color css
<style>
a { background-color: #DB39B8; }
a { background-color: rgb(219,57,184); }
div.DivClassName
{
background-color: #DB39B8;
}
.BgClassName
{
background-color: #DB39B8;
}
</style>
border-color css
<style>
span { border-color: #DB39B8; }
span { border-color: rgb(219,57,184); }
td.TdClassName
{
border-color: #DB39B8;
}
.TagClassName
{
border-color: #DB39B8;
}
</style>