Shades of Razzle Dazzle Rose #DB2BD1
Tints of Razzle Dazzle Rose #DB2BD1
RGB
CMYK
RGB Variations
Color information
#DB2BD1 (or 0xDB2BD1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 2B and D1. RGB value is (219,43,209). Sum of RGB (Red+Green+Blue) = 219+43+209=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 43 (17.19% from 255 or 9.13% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB2BD1 is #24D42E. Grayscale: #727272. Windows color (decimal): -2413615 or 13708251. OLE color: 13708251.
HSL color Cylindrical-coordinate representation of color #DB2BD1: hue angle of 303.41º 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 #DB2BD1 is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 209 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.14 |
| HSL | 303.41º | 0.71% | 0.51% | - |
| HSV(B) | 303.41º | 0.8% | 0.86% | - |
| XYZ | 41.59 | 21.39 | 62.26 | - |
| YUV | 114.55 | 181.31 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 209 | 0 | 0.80 | 0.05 | 0.14 | 303.41 | 0.71 | 0.51 |
| Hex | DB | 2B | D1 | 0 | 50 | 5 | E | 12F | 47 | 33 |
| Octal | 333 | 53 | 321 | 0 | 120 | 5 | 16 | 457 | 107 | 63 |
| Binary | 11011011 | 101011 | 11010001 | 0 | 1010000 | 101 | 1110 | 100101111 | 1000111 | 110011 |
Color Harmonies of #DB2BD1
Complementary color
Monochromatic Colors of #DB2BD1
Black with #DB2BD1
Text Example
Text Example
White with #DB2BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2BD1; }
p { color: rgb(219,43,209); }
H1.HeaderClassName
{
color: #DB2BD1;
}
.AnyTagClassName
{
color: #DB2BD1;
}
</style>
background-color css
<style>
a { background-color: #DB2BD1; }
a { background-color: rgb(219,43,209); }
div.DivClassName
{
background-color: #DB2BD1;
}
.BgClassName
{
background-color: #DB2BD1;
}
</style>
border-color css
<style>
span { border-color: #DB2BD1; }
span { border-color: rgb(219,43,209); }
td.TdClassName
{
border-color: #DB2BD1;
}
.TagClassName
{
border-color: #DB2BD1;
}
</style>