Shades of Razzle Dazzle Rose #DB2CD7
Tints of Razzle Dazzle Rose #DB2CD7
RGB
CMYK
RGB Variations
Color information
#DB2CD7 (or 0xDB2CD7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2C and D7. RGB value is (219,44,215). Sum of RGB (Red+Green+Blue) = 219+44+215=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 44 (17.58% from 255 or 9.21% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2CD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2CD7 is #24D328. Grayscale: #737373. Windows color (decimal): -2413353 or 14101723. OLE color: 14101723.
HSL color Cylindrical-coordinate representation of color #DB2CD7: hue angle of 301.37º 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 #DB2CD7 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 44 | 215 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.14 |
| HSL | 301.37º | 0.71% | 0.52% | - |
| HSV(B) | 301.37º | 0.8% | 0.86% | - |
| XYZ | 42.38 | 21.77 | 66.26 | - |
| YUV | 115.82 | 183.98 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 44 | 215 | 0 | 0.80 | 0.02 | 0.14 | 301.37 | 0.71 | 0.52 |
| Hex | DB | 2C | D7 | 0 | 50 | 2 | E | 12D | 47 | 34 |
| Octal | 333 | 54 | 327 | 0 | 120 | 2 | 16 | 455 | 107 | 64 |
| Binary | 11011011 | 101100 | 11010111 | 0 | 1010000 | 10 | 1110 | 100101101 | 1000111 | 110100 |
Color Harmonies of #DB2CD7
Complementary color
Monochromatic Colors of #DB2CD7
Black with #DB2CD7
Text Example
Text Example
White with #DB2CD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2CD7; }
p { color: rgb(219,44,215); }
H1.HeaderClassName
{
color: #DB2CD7;
}
.AnyTagClassName
{
color: #DB2CD7;
}
</style>
background-color css
<style>
a { background-color: #DB2CD7; }
a { background-color: rgb(219,44,215); }
div.DivClassName
{
background-color: #DB2CD7;
}
.BgClassName
{
background-color: #DB2CD7;
}
</style>
border-color css
<style>
span { border-color: #DB2CD7; }
span { border-color: rgb(219,44,215); }
td.TdClassName
{
border-color: #DB2CD7;
}
.TagClassName
{
border-color: #DB2CD7;
}
</style>