Shades of Razzle Dazzle Rose #DB39C4
Tints of Razzle Dazzle Rose #DB39C4
RGB
CMYK
RGB Variations
Color information
#DB39C4 (or 0xDB39C4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 39 and C4. RGB value is (219,57,196). Sum of RGB (Red+Green+Blue) = 219+57+196=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 196 (76.95% from 255 or 41.53% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB39C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB39C4 is #24C63B. Grayscale: #787878. Windows color (decimal): -2410044 or 12859867. OLE color: 12859867.
HSL color Cylindrical-coordinate representation of color #DB39C4: hue angle of 308.52º 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 #DB39C4 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 196 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.14 |
| HSL | 308.52º | 0.69% | 0.54% | - |
| HSV(B) | 308.52º | 0.74% | 0.86% | - |
| XYZ | 40.64 | 21.97 | 54.32 | - |
| YUV | 121.28 | 170.17 | 197.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 196 | 0 | 0.74 | 0.11 | 0.14 | 308.52 | 0.69 | 0.54 |
| Hex | DB | 39 | C4 | 0 | 4A | B | E | 135 | 45 | 36 |
| Octal | 333 | 71 | 304 | 0 | 112 | 13 | 16 | 465 | 105 | 66 |
| Binary | 11011011 | 111001 | 11000100 | 0 | 1001010 | 1011 | 1110 | 100110101 | 1000101 | 110110 |
Color Harmonies of #DB39C4
Complementary color
Monochromatic Colors of #DB39C4
Black with #DB39C4
Text Example
Text Example
White with #DB39C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB39C4; }
p { color: rgb(219,57,196); }
H1.HeaderClassName
{
color: #DB39C4;
}
.AnyTagClassName
{
color: #DB39C4;
}
</style>
background-color css
<style>
a { background-color: #DB39C4; }
a { background-color: rgb(219,57,196); }
div.DivClassName
{
background-color: #DB39C4;
}
.BgClassName
{
background-color: #DB39C4;
}
</style>
border-color css
<style>
span { border-color: #DB39C4; }
span { border-color: rgb(219,57,196); }
td.TdClassName
{
border-color: #DB39C4;
}
.TagClassName
{
border-color: #DB39C4;
}
</style>