Shades of Razzle Dazzle Rose #DB2BC1
Tints of Razzle Dazzle Rose #DB2BC1
RGB
CMYK
RGB Variations
Color information
#DB2BC1 (or 0xDB2BC1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and C1. RGB value is (219,43,193). Sum of RGB (Red+Green+Blue) = 219+43+193=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 43 (17.19% from 255 or 9.45% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BC1 is #24D43E. Grayscale: #707070. Windows color (decimal): -2413631 or 12659675. OLE color: 12659675.
HSL color Cylindrical-coordinate representation of color #DB2BC1: hue angle of 308.86º 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 #DB2BC1 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 193 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.14 |
| HSL | 308.86º | 0.71% | 0.51% | - |
| HSV(B) | 308.86º | 0.8% | 0.86% | - |
| XYZ | 39.7 | 20.64 | 52.34 | - |
| YUV | 112.72 | 173.31 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 193 | 0 | 0.80 | 0.12 | 0.14 | 308.86 | 0.71 | 0.51 |
| Hex | DB | 2B | C1 | 0 | 50 | C | E | 135 | 47 | 33 |
| Octal | 333 | 53 | 301 | 0 | 120 | 14 | 16 | 465 | 107 | 63 |
| Binary | 11011011 | 101011 | 11000001 | 0 | 1010000 | 1100 | 1110 | 100110101 | 1000111 | 110011 |
Color Harmonies of #DB2BC1
Complementary color
Monochromatic Colors of #DB2BC1
Black with #DB2BC1
Text Example
Text Example
White with #DB2BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BC1; }
p { color: rgb(219,43,193); }
H1.HeaderClassName
{
color: #DB2BC1;
}
.AnyTagClassName
{
color: #DB2BC1;
}
</style>
background-color css
<style>
a { background-color: #DB2BC1; }
a { background-color: rgb(219,43,193); }
div.DivClassName
{
background-color: #DB2BC1;
}
.BgClassName
{
background-color: #DB2BC1;
}
</style>
border-color css
<style>
span { border-color: #DB2BC1; }
span { border-color: rgb(219,43,193); }
td.TdClassName
{
border-color: #DB2BC1;
}
.TagClassName
{
border-color: #DB2BC1;
}
</style>