Shades of Razzle Dazzle Rose #DB2BDA
Tints of Razzle Dazzle Rose #DB2BDA
RGB
CMYK
RGB Variations
Color information
#DB2BDA (or 0xDB2BDA) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and DA. RGB value is (219,43,218). Sum of RGB (Red+Green+Blue) = 219+43+218=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BDA is #24D425. Grayscale: #737373. Windows color (decimal): -2413606 or 14298075. OLE color: 14298075.
HSL color Cylindrical-coordinate representation of color #DB2BDA: hue angle of 300.34º 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 #DB2BDA is Cyan = 0, Magento = 0.80, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 218 | - |
| CMYK | 0 | 0.80 | 0.00 | 0.14 |
| HSL | 300.34º | 0.71% | 0.51% | - |
| HSV(B) | 300.34º | 0.8% | 0.86% | - |
| XYZ | 42.73 | 21.85 | 68.29 | - |
| YUV | 115.57 | 185.81 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 218 | 0 | 0.80 | 0.00 | 0.14 | 300.34 | 0.71 | 0.51 |
| Hex | DB | 2B | DA | 0 | 50 | 0 | E | 12C | 47 | 33 |
| Octal | 333 | 53 | 332 | 0 | 120 | 0 | 16 | 454 | 107 | 63 |
| Binary | 11011011 | 101011 | 11011010 | 0 | 1010000 | 0 | 1110 | 100101100 | 1000111 | 110011 |
Color Harmonies of #DB2BDA
Complementary color
Monochromatic Colors of #DB2BDA
Black with #DB2BDA
Text Example
Text Example
White with #DB2BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BDA; }
p { color: rgb(219,43,218); }
H1.HeaderClassName
{
color: #DB2BDA;
}
.AnyTagClassName
{
color: #DB2BDA;
}
</style>
background-color css
<style>
a { background-color: #DB2BDA; }
a { background-color: rgb(219,43,218); }
div.DivClassName
{
background-color: #DB2BDA;
}
.BgClassName
{
background-color: #DB2BDA;
}
</style>
border-color css
<style>
span { border-color: #DB2BDA; }
span { border-color: rgb(219,43,218); }
td.TdClassName
{
border-color: #DB2BDA;
}
.TagClassName
{
border-color: #DB2BDA;
}
</style>