Shades of Razzle Dazzle Rose #DB2BCC
Tints of Razzle Dazzle Rose #DB2BCC
RGB
CMYK
RGB Variations
Color information
#DB2BCC (or 0xDB2BCC) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and CC. RGB value is (219,43,204). Sum of RGB (Red+Green+Blue) = 219+43+204=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BCC is #24D433. Grayscale: #717171. Windows color (decimal): -2413620 or 13380571. OLE color: 13380571.
HSL color Cylindrical-coordinate representation of color #DB2BCC: hue angle of 305.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2BCC is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 204 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.14 |
| HSL | 305.11º | 0.71% | 0.51% | - |
| HSV(B) | 305.11º | 0.8% | 0.86% | - |
| XYZ | 40.98 | 21.15 | 59.05 | - |
| YUV | 113.98 | 178.81 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 204 | 0 | 0.80 | 0.07 | 0.14 | 305.11 | 0.71 | 0.51 |
| Hex | DB | 2B | CC | 0 | 50 | 7 | E | 131 | 47 | 33 |
| Octal | 333 | 53 | 314 | 0 | 120 | 7 | 16 | 461 | 107 | 63 |
| Binary | 11011011 | 101011 | 11001100 | 0 | 1010000 | 111 | 1110 | 100110001 | 1000111 | 110011 |
Color Harmonies of #DB2BCC
Complementary color
Monochromatic Colors of #DB2BCC
Black with #DB2BCC
Text Example
Text Example
White with #DB2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BCC; }
p { color: rgb(219,43,204); }
H1.HeaderClassName
{
color: #DB2BCC;
}
.AnyTagClassName
{
color: #DB2BCC;
}
</style>
background-color css
<style>
a { background-color: #DB2BCC; }
a { background-color: rgb(219,43,204); }
div.DivClassName
{
background-color: #DB2BCC;
}
.BgClassName
{
background-color: #DB2BCC;
}
</style>
border-color css
<style>
span { border-color: #DB2BCC; }
span { border-color: rgb(219,43,204); }
td.TdClassName
{
border-color: #DB2BCC;
}
.TagClassName
{
border-color: #DB2BCC;
}
</style>