Shades of Razzle Dazzle Rose #DB2BD5
Tints of Razzle Dazzle Rose #DB2BD5
RGB
CMYK
RGB Variations
Color information
#DB2BD5 (or 0xDB2BD5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and D5. RGB value is (219,43,213). Sum of RGB (Red+Green+Blue) = 219+43+213=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 213 (83.59% from 255 or 44.84% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BD5 is #24D42A. Grayscale: #727272. Windows color (decimal): -2413611 or 13970395. OLE color: 13970395.
HSL color Cylindrical-coordinate representation of color #DB2BD5: hue angle of 302.05º 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 #DB2BD5 is Cyan = 0, Magento = 0.80, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 213 | - |
| CMYK | 0 | 0.80 | 0.03 | 0.14 |
| HSL | 302.05º | 0.71% | 0.51% | - |
| HSV(B) | 302.05º | 0.8% | 0.86% | - |
| XYZ | 42.09 | 21.59 | 64.9 | - |
| YUV | 115 | 183.31 | 202.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 213 | 0 | 0.80 | 0.03 | 0.14 | 302.05 | 0.71 | 0.51 |
| Hex | DB | 2B | D5 | 0 | 50 | 3 | E | 12E | 47 | 33 |
| Octal | 333 | 53 | 325 | 0 | 120 | 3 | 16 | 456 | 107 | 63 |
| Binary | 11011011 | 101011 | 11010101 | 0 | 1010000 | 11 | 1110 | 100101110 | 1000111 | 110011 |
Color Harmonies of #DB2BD5
Complementary color
Monochromatic Colors of #DB2BD5
Black with #DB2BD5
Text Example
Text Example
White with #DB2BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BD5; }
p { color: rgb(219,43,213); }
H1.HeaderClassName
{
color: #DB2BD5;
}
.AnyTagClassName
{
color: #DB2BD5;
}
</style>
background-color css
<style>
a { background-color: #DB2BD5; }
a { background-color: rgb(219,43,213); }
div.DivClassName
{
background-color: #DB2BD5;
}
.BgClassName
{
background-color: #DB2BD5;
}
</style>
border-color css
<style>
span { border-color: #DB2BD5; }
span { border-color: rgb(219,43,213); }
td.TdClassName
{
border-color: #DB2BD5;
}
.TagClassName
{
border-color: #DB2BD5;
}
</style>