Shades of Razzle Dazzle Rose #DB39B3
Tints of Razzle Dazzle Rose #DB39B3
RGB
CMYK
RGB Variations
Color information
#DB39B3 (or 0xDB39B3) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and B3. RGB value is (219,57,179). Sum of RGB (Red+Green+Blue) = 219+57+179=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 57 (22.66% from 255 or 12.53% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39B3 is #24C64C. Grayscale: #777777. Windows color (decimal): -2410061 or 11745755. OLE color: 11745755.
HSL color Cylindrical-coordinate representation of color #DB39B3: hue angle of 314.81º 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 #DB39B3 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 179 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.14 |
| HSL | 314.81º | 0.69% | 0.54% | - |
| HSV(B) | 314.81º | 0.74% | 0.86% | - |
| XYZ | 38.81 | 21.24 | 44.7 | - |
| YUV | 119.35 | 161.67 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 179 | 0 | 0.74 | 0.18 | 0.14 | 314.81 | 0.69 | 0.54 |
| Hex | DB | 39 | B3 | 0 | 4A | 12 | E | 13B | 45 | 36 |
| Octal | 333 | 71 | 263 | 0 | 112 | 22 | 16 | 473 | 105 | 66 |
| Binary | 11011011 | 111001 | 10110011 | 0 | 1001010 | 10010 | 1110 | 100111011 | 1000101 | 110110 |
Color Harmonies of #DB39B3
Complementary color
Monochromatic Colors of #DB39B3
Black with #DB39B3
Text Example
Text Example
White with #DB39B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39B3; }
p { color: rgb(219,57,179); }
H1.HeaderClassName
{
color: #DB39B3;
}
.AnyTagClassName
{
color: #DB39B3;
}
</style>
background-color css
<style>
a { background-color: #DB39B3; }
a { background-color: rgb(219,57,179); }
div.DivClassName
{
background-color: #DB39B3;
}
.BgClassName
{
background-color: #DB39B3;
}
</style>
border-color css
<style>
span { border-color: #DB39B3; }
span { border-color: rgb(219,57,179); }
td.TdClassName
{
border-color: #DB39B3;
}
.TagClassName
{
border-color: #DB39B3;
}
</style>