Shades of Razzle Dazzle Rose #DB28BE
Tints of Razzle Dazzle Rose #DB28BE
RGB
CMYK
RGB Variations
Color information
#DB28BE (or 0xDB28BE) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and BE. RGB value is (219,40,190). Sum of RGB (Red+Green+Blue) = 219+40+190=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28BE is #24D741. Grayscale: #6E6E6E. Windows color (decimal): -2414402 or 12462299. OLE color: 12462299.
HSL color Cylindrical-coordinate representation of color #DB28BE: hue angle of 309.72º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB28BE is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 190 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.14 |
| HSL | 309.72º | 0.71% | 0.51% | - |
| HSV(B) | 309.72º | 0.82% | 0.86% | - |
| XYZ | 39.27 | 20.3 | 50.56 | - |
| YUV | 110.62 | 172.8 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 190 | 0 | 0.82 | 0.13 | 0.14 | 309.72 | 0.71 | 0.51 |
| Hex | DB | 28 | BE | 0 | 52 | D | E | 136 | 47 | 33 |
| Octal | 333 | 50 | 276 | 0 | 122 | 15 | 16 | 466 | 107 | 63 |
| Binary | 11011011 | 101000 | 10111110 | 0 | 1010010 | 1101 | 1110 | 100110110 | 1000111 | 110011 |
Color Harmonies of #DB28BE
Complementary color
Monochromatic Colors of #DB28BE
Black with #DB28BE
Text Example
Text Example
White with #DB28BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28BE; }
p { color: rgb(219,40,190); }
H1.HeaderClassName
{
color: #DB28BE;
}
.AnyTagClassName
{
color: #DB28BE;
}
</style>
background-color css
<style>
a { background-color: #DB28BE; }
a { background-color: rgb(219,40,190); }
div.DivClassName
{
background-color: #DB28BE;
}
.BgClassName
{
background-color: #DB28BE;
}
</style>
border-color css
<style>
span { border-color: #DB28BE; }
span { border-color: rgb(219,40,190); }
td.TdClassName
{
border-color: #DB28BE;
}
.TagClassName
{
border-color: #DB28BE;
}
</style>