Shades of Razzle Dazzle Rose #DB2CCB
Tints of Razzle Dazzle Rose #DB2CCB
RGB
CMYK
RGB Variations
Color information
#DB2CCB (or 0xDB2CCB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and CB. RGB value is (219,44,203). Sum of RGB (Red+Green+Blue) = 219+44+203=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CCB is #24D334. Grayscale: #717171. Windows color (decimal): -2413365 or 13315291. OLE color: 13315291.
HSL color Cylindrical-coordinate representation of color #DB2CCB: hue angle of 305.49º 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 #DB2CCB is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 203 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.14 |
| HSL | 305.49º | 0.71% | 0.52% | - |
| HSV(B) | 305.49º | 0.8% | 0.86% | - |
| XYZ | 40.89 | 21.17 | 58.43 | - |
| YUV | 114.45 | 177.98 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 203 | 0 | 0.80 | 0.07 | 0.14 | 305.49 | 0.71 | 0.52 |
| Hex | DB | 2C | CB | 0 | 50 | 7 | E | 131 | 47 | 34 |
| Octal | 333 | 54 | 313 | 0 | 120 | 7 | 16 | 461 | 107 | 64 |
| Binary | 11011011 | 101100 | 11001011 | 0 | 1010000 | 111 | 1110 | 100110001 | 1000111 | 110100 |
Color Harmonies of #DB2CCB
Complementary color
Monochromatic Colors of #DB2CCB
Black with #DB2CCB
Text Example
Text Example
White with #DB2CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CCB; }
p { color: rgb(219,44,203); }
H1.HeaderClassName
{
color: #DB2CCB;
}
.AnyTagClassName
{
color: #DB2CCB;
}
</style>
background-color css
<style>
a { background-color: #DB2CCB; }
a { background-color: rgb(219,44,203); }
div.DivClassName
{
background-color: #DB2CCB;
}
.BgClassName
{
background-color: #DB2CCB;
}
</style>
border-color css
<style>
span { border-color: #DB2CCB; }
span { border-color: rgb(219,44,203); }
td.TdClassName
{
border-color: #DB2CCB;
}
.TagClassName
{
border-color: #DB2CCB;
}
</style>