Shades of Razzle Dazzle Rose #DB36C4
Tints of Razzle Dazzle Rose #DB36C4
RGB
CMYK
RGB Variations
Color information
#DB36C4 (or 0xDB36C4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 36 and C4. RGB value is (219,54,196). Sum of RGB (Red+Green+Blue) = 219+54+196=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB36C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB36C4 is #24C93B. Grayscale: #777777. Windows color (decimal): -2410812 or 12859099. OLE color: 12859099.
HSL color Cylindrical-coordinate representation of color #DB36C4: hue angle of 308.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB36C4 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 196 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.14 |
| HSL | 308.36º | 0.7% | 0.54% | - |
| HSV(B) | 308.36º | 0.75% | 0.86% | - |
| XYZ | 40.5 | 21.68 | 54.28 | - |
| YUV | 119.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 196 | 0 | 0.75 | 0.11 | 0.14 | 308.36 | 0.7 | 0.54 |
| Hex | DB | 36 | C4 | 0 | 4B | B | E | 134 | 46 | 36 |
| Octal | 333 | 66 | 304 | 0 | 113 | 13 | 16 | 464 | 106 | 66 |
| Binary | 11011011 | 110110 | 11000100 | 0 | 1001011 | 1011 | 1110 | 100110100 | 1000110 | 110110 |
Color Harmonies of #DB36C4
Complementary color
Monochromatic Colors of #DB36C4
Black with #DB36C4
Text Example
Text Example
White with #DB36C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB36C4; }
p { color: rgb(219,54,196); }
H1.HeaderClassName
{
color: #DB36C4;
}
.AnyTagClassName
{
color: #DB36C4;
}
</style>
background-color css
<style>
a { background-color: #DB36C4; }
a { background-color: rgb(219,54,196); }
div.DivClassName
{
background-color: #DB36C4;
}
.BgClassName
{
background-color: #DB36C4;
}
</style>
border-color css
<style>
span { border-color: #DB36C4; }
span { border-color: rgb(219,54,196); }
td.TdClassName
{
border-color: #DB36C4;
}
.TagClassName
{
border-color: #DB36C4;
}
</style>