Shades of Razzle Dazzle Rose #DB28D6
Tints of Razzle Dazzle Rose #DB28D6
RGB
CMYK
RGB Variations
Color information
#DB28D6 (or 0xDB28D6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and D6. RGB value is (219,40,214). Sum of RGB (Red+Green+Blue) = 219+40+214=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28D6 is #24D729. Grayscale: #707070. Windows color (decimal): -2414378 or 14035163. OLE color: 14035163.
HSL color Cylindrical-coordinate representation of color #DB28D6: hue angle of 301.68º 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 #DB28D6 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 214 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.14 |
| HSL | 301.68º | 0.71% | 0.51% | - |
| HSV(B) | 301.68º | 0.82% | 0.86% | - |
| XYZ | 42.11 | 21.43 | 65.54 | - |
| YUV | 113.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 214 | 0 | 0.82 | 0.02 | 0.14 | 301.68 | 0.71 | 0.51 |
| Hex | DB | 28 | D6 | 0 | 52 | 2 | E | 12E | 47 | 33 |
| Octal | 333 | 50 | 326 | 0 | 122 | 2 | 16 | 456 | 107 | 63 |
| Binary | 11011011 | 101000 | 11010110 | 0 | 1010010 | 10 | 1110 | 100101110 | 1000111 | 110011 |
Color Harmonies of #DB28D6
Complementary color
Monochromatic Colors of #DB28D6
Black with #DB28D6
Text Example
Text Example
White with #DB28D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28D6; }
p { color: rgb(219,40,214); }
H1.HeaderClassName
{
color: #DB28D6;
}
.AnyTagClassName
{
color: #DB28D6;
}
</style>
background-color css
<style>
a { background-color: #DB28D6; }
a { background-color: rgb(219,40,214); }
div.DivClassName
{
background-color: #DB28D6;
}
.BgClassName
{
background-color: #DB28D6;
}
</style>
border-color css
<style>
span { border-color: #DB28D6; }
span { border-color: rgb(219,40,214); }
td.TdClassName
{
border-color: #DB28D6;
}
.TagClassName
{
border-color: #DB28D6;
}
</style>