Shades of Razzle Dazzle Rose #DB2CC4
Tints of Razzle Dazzle Rose #DB2CC4
RGB
CMYK
RGB Variations
Color information
#DB2CC4 (or 0xDB2CC4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and C4. RGB value is (219,44,196). Sum of RGB (Red+Green+Blue) = 219+44+196=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 196 (76.95% from 255 or 42.70% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CC4 is #24D33B. Grayscale: #717171. Windows color (decimal): -2413372 or 12856539. OLE color: 12856539.
HSL color Cylindrical-coordinate representation of color #DB2CC4: hue angle of 307.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2CC4 is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 196 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.14 |
| HSL | 307.89º | 0.71% | 0.52% | - |
| HSV(B) | 307.89º | 0.8% | 0.86% | - |
| XYZ | 40.08 | 20.85 | 54.14 | - |
| YUV | 113.65 | 174.48 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 196 | 0 | 0.80 | 0.11 | 0.14 | 307.89 | 0.71 | 0.52 |
| Hex | DB | 2C | C4 | 0 | 50 | B | E | 134 | 47 | 34 |
| Octal | 333 | 54 | 304 | 0 | 120 | 13 | 16 | 464 | 107 | 64 |
| Binary | 11011011 | 101100 | 11000100 | 0 | 1010000 | 1011 | 1110 | 100110100 | 1000111 | 110100 |
Color Harmonies of #DB2CC4
Complementary color
Monochromatic Colors of #DB2CC4
Black with #DB2CC4
Text Example
Text Example
White with #DB2CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CC4; }
p { color: rgb(219,44,196); }
H1.HeaderClassName
{
color: #DB2CC4;
}
.AnyTagClassName
{
color: #DB2CC4;
}
</style>
background-color css
<style>
a { background-color: #DB2CC4; }
a { background-color: rgb(219,44,196); }
div.DivClassName
{
background-color: #DB2CC4;
}
.BgClassName
{
background-color: #DB2CC4;
}
</style>
border-color css
<style>
span { border-color: #DB2CC4; }
span { border-color: rgb(219,44,196); }
td.TdClassName
{
border-color: #DB2CC4;
}
.TagClassName
{
border-color: #DB2CC4;
}
</style>