Shades of Razzle Dazzle Rose #DB39C6
Tints of Razzle Dazzle Rose #DB39C6
RGB
CMYK
RGB Variations
Color information
#DB39C6 (or 0xDB39C6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and C6. RGB value is (219,57,198). Sum of RGB (Red+Green+Blue) = 219+57+198=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39C6 is #24C639. Grayscale: #797979. Windows color (decimal): -2410042 or 12990939. OLE color: 12990939.
HSL color Cylindrical-coordinate representation of color #DB39C6: hue angle of 307.78º 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 #DB39C6 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 198 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.14 |
| HSL | 307.78º | 0.69% | 0.54% | - |
| HSV(B) | 307.78º | 0.74% | 0.86% | - |
| XYZ | 40.87 | 22.06 | 55.53 | - |
| YUV | 121.51 | 171.17 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 198 | 0 | 0.74 | 0.10 | 0.14 | 307.78 | 0.69 | 0.54 |
| Hex | DB | 39 | C6 | 0 | 4A | A | E | 134 | 45 | 36 |
| Octal | 333 | 71 | 306 | 0 | 112 | 12 | 16 | 464 | 105 | 66 |
| Binary | 11011011 | 111001 | 11000110 | 0 | 1001010 | 1010 | 1110 | 100110100 | 1000101 | 110110 |
Color Harmonies of #DB39C6
Complementary color
Monochromatic Colors of #DB39C6
Black with #DB39C6
Text Example
Text Example
White with #DB39C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39C6; }
p { color: rgb(219,57,198); }
H1.HeaderClassName
{
color: #DB39C6;
}
.AnyTagClassName
{
color: #DB39C6;
}
</style>
background-color css
<style>
a { background-color: #DB39C6; }
a { background-color: rgb(219,57,198); }
div.DivClassName
{
background-color: #DB39C6;
}
.BgClassName
{
background-color: #DB39C6;
}
</style>
border-color css
<style>
span { border-color: #DB39C6; }
span { border-color: rgb(219,57,198); }
td.TdClassName
{
border-color: #DB39C6;
}
.TagClassName
{
border-color: #DB39C6;
}
</style>