Shades of Razzle Dazzle Rose #DB28BB
Tints of Razzle Dazzle Rose #DB28BB
RGB
CMYK
RGB Variations
Color information
#DB28BB (or 0xDB28BB) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and BB. RGB value is (219,40,187). Sum of RGB (Red+Green+Blue) = 219+40+187=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28BB is #24D744. Grayscale: #6D6D6D. Windows color (decimal): -2414405 or 12265691. OLE color: 12265691.
HSL color Cylindrical-coordinate representation of color #DB28BB: hue angle of 310.73º 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 #DB28BB is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 187 | - |
| CMYK | 0 | 0.82 | 0.15 | 0.14 |
| HSL | 310.73º | 0.71% | 0.51% | - |
| HSV(B) | 310.73º | 0.82% | 0.86% | - |
| XYZ | 38.94 | 20.17 | 48.85 | - |
| YUV | 110.28 | 171.3 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 187 | 0 | 0.82 | 0.15 | 0.14 | 310.73 | 0.71 | 0.51 |
| Hex | DB | 28 | BB | 0 | 52 | F | E | 137 | 47 | 33 |
| Octal | 333 | 50 | 273 | 0 | 122 | 17 | 16 | 467 | 107 | 63 |
| Binary | 11011011 | 101000 | 10111011 | 0 | 1010010 | 1111 | 1110 | 100110111 | 1000111 | 110011 |
Color Harmonies of #DB28BB
Complementary color
Monochromatic Colors of #DB28BB
Black with #DB28BB
Text Example
Text Example
White with #DB28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28BB; }
p { color: rgb(219,40,187); }
H1.HeaderClassName
{
color: #DB28BB;
}
.AnyTagClassName
{
color: #DB28BB;
}
</style>
background-color css
<style>
a { background-color: #DB28BB; }
a { background-color: rgb(219,40,187); }
div.DivClassName
{
background-color: #DB28BB;
}
.BgClassName
{
background-color: #DB28BB;
}
</style>
border-color css
<style>
span { border-color: #DB28BB; }
span { border-color: rgb(219,40,187); }
td.TdClassName
{
border-color: #DB28BB;
}
.TagClassName
{
border-color: #DB28BB;
}
</style>