Shades of Razzle Dazzle Rose #DB2CC7
Tints of Razzle Dazzle Rose #DB2CC7
RGB
CMYK
RGB Variations
Color information
#DB2CC7 (or 0xDB2CC7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and C7. RGB value is (219,44,199). Sum of RGB (Red+Green+Blue) = 219+44+199=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 44 (17.58% from 255 or 9.52% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CC7 is #24D338. Grayscale: #717171. Windows color (decimal): -2413369 or 13053147. OLE color: 13053147.
HSL color Cylindrical-coordinate representation of color #DB2CC7: hue angle of 306.86º 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 #DB2CC7 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 199 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.14 |
| HSL | 306.86º | 0.71% | 0.52% | - |
| HSV(B) | 306.86º | 0.8% | 0.86% | - |
| XYZ | 40.42 | 20.98 | 55.95 | - |
| YUV | 114 | 175.98 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 199 | 0 | 0.80 | 0.09 | 0.14 | 306.86 | 0.71 | 0.52 |
| Hex | DB | 2C | C7 | 0 | 50 | 9 | E | 133 | 47 | 34 |
| Octal | 333 | 54 | 307 | 0 | 120 | 11 | 16 | 463 | 107 | 64 |
| Binary | 11011011 | 101100 | 11000111 | 0 | 1010000 | 1001 | 1110 | 100110011 | 1000111 | 110100 |
Color Harmonies of #DB2CC7
Complementary color
Monochromatic Colors of #DB2CC7
Black with #DB2CC7
Text Example
Text Example
White with #DB2CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CC7; }
p { color: rgb(219,44,199); }
H1.HeaderClassName
{
color: #DB2CC7;
}
.AnyTagClassName
{
color: #DB2CC7;
}
</style>
background-color css
<style>
a { background-color: #DB2CC7; }
a { background-color: rgb(219,44,199); }
div.DivClassName
{
background-color: #DB2CC7;
}
.BgClassName
{
background-color: #DB2CC7;
}
</style>
border-color css
<style>
span { border-color: #DB2CC7; }
span { border-color: rgb(219,44,199); }
td.TdClassName
{
border-color: #DB2CC7;
}
.TagClassName
{
border-color: #DB2CC7;
}
</style>