Shades of Razzle Dazzle Rose #DB2BCB
Tints of Razzle Dazzle Rose #DB2BCB
RGB
CMYK
RGB Variations
Color information
#DB2BCB (or 0xDB2BCB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and CB. RGB value is (219,43,203). Sum of RGB (Red+Green+Blue) = 219+43+203=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 43 (17.19% from 255 or 9.25% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BCB is #24D434. Grayscale: #717171. Windows color (decimal): -2413621 or 13315035. OLE color: 13315035.
HSL color Cylindrical-coordinate representation of color #DB2BCB: hue angle of 305.45º 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 #DB2BCB is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 203 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.14 |
| HSL | 305.45º | 0.71% | 0.51% | - |
| HSV(B) | 305.45º | 0.8% | 0.86% | - |
| XYZ | 40.86 | 21.1 | 58.42 | - |
| YUV | 113.86 | 178.31 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 203 | 0 | 0.80 | 0.07 | 0.14 | 305.45 | 0.71 | 0.51 |
| Hex | DB | 2B | CB | 0 | 50 | 7 | E | 131 | 47 | 33 |
| Octal | 333 | 53 | 313 | 0 | 120 | 7 | 16 | 461 | 107 | 63 |
| Binary | 11011011 | 101011 | 11001011 | 0 | 1010000 | 111 | 1110 | 100110001 | 1000111 | 110011 |
Color Harmonies of #DB2BCB
Complementary color
Monochromatic Colors of #DB2BCB
Black with #DB2BCB
Text Example
Text Example
White with #DB2BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BCB; }
p { color: rgb(219,43,203); }
H1.HeaderClassName
{
color: #DB2BCB;
}
.AnyTagClassName
{
color: #DB2BCB;
}
</style>
background-color css
<style>
a { background-color: #DB2BCB; }
a { background-color: rgb(219,43,203); }
div.DivClassName
{
background-color: #DB2BCB;
}
.BgClassName
{
background-color: #DB2BCB;
}
</style>
border-color css
<style>
span { border-color: #DB2BCB; }
span { border-color: rgb(219,43,203); }
td.TdClassName
{
border-color: #DB2BCB;
}
.TagClassName
{
border-color: #DB2BCB;
}
</style>