Shades of Razzle Dazzle Rose #DB2BC7
Tints of Razzle Dazzle Rose #DB2BC7
RGB
CMYK
RGB Variations
Color information
#DB2BC7 (or 0xDB2BC7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and C7. RGB value is (219,43,199). Sum of RGB (Red+Green+Blue) = 219+43+199=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 43 (17.19% from 255 or 9.33% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BC7 is #24D438. Grayscale: #707070. Windows color (decimal): -2413625 or 13052891. OLE color: 13052891.
HSL color Cylindrical-coordinate representation of color #DB2BC7: hue angle of 306.82º 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 #DB2BC7 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 199 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.14 |
| HSL | 306.82º | 0.71% | 0.51% | - |
| HSV(B) | 306.82º | 0.8% | 0.86% | - |
| XYZ | 40.39 | 20.91 | 55.94 | - |
| YUV | 113.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 199 | 0 | 0.80 | 0.09 | 0.14 | 306.82 | 0.71 | 0.51 |
| Hex | DB | 2B | C7 | 0 | 50 | 9 | E | 133 | 47 | 33 |
| Octal | 333 | 53 | 307 | 0 | 120 | 11 | 16 | 463 | 107 | 63 |
| Binary | 11011011 | 101011 | 11000111 | 0 | 1010000 | 1001 | 1110 | 100110011 | 1000111 | 110011 |
Color Harmonies of #DB2BC7
Complementary color
Monochromatic Colors of #DB2BC7
Black with #DB2BC7
Text Example
Text Example
White with #DB2BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BC7; }
p { color: rgb(219,43,199); }
H1.HeaderClassName
{
color: #DB2BC7;
}
.AnyTagClassName
{
color: #DB2BC7;
}
</style>
background-color css
<style>
a { background-color: #DB2BC7; }
a { background-color: rgb(219,43,199); }
div.DivClassName
{
background-color: #DB2BC7;
}
.BgClassName
{
background-color: #DB2BC7;
}
</style>
border-color css
<style>
span { border-color: #DB2BC7; }
span { border-color: rgb(219,43,199); }
td.TdClassName
{
border-color: #DB2BC7;
}
.TagClassName
{
border-color: #DB2BC7;
}
</style>