Shades of Razzle Dazzle Rose #DB28D2
Tints of Razzle Dazzle Rose #DB28D2
RGB
CMYK
RGB Variations
Color information
#DB28D2 (or 0xDB28D2) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and D2. RGB value is (219,40,210). Sum of RGB (Red+Green+Blue) = 219+40+210=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 210 (82.42% from 255 or 44.78% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28D2 is #24D72D. Grayscale: #707070. Windows color (decimal): -2414382 or 13773019. OLE color: 13773019.
HSL color Cylindrical-coordinate representation of color #DB28D2: hue angle of 303.02º 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 #DB28D2 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 210 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.14 |
| HSL | 303.02º | 0.71% | 0.51% | - |
| HSV(B) | 303.02º | 0.82% | 0.86% | - |
| XYZ | 41.61 | 21.23 | 62.88 | - |
| YUV | 112.9 | 182.8 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 210 | 0 | 0.82 | 0.04 | 0.14 | 303.02 | 0.71 | 0.51 |
| Hex | DB | 28 | D2 | 0 | 52 | 4 | E | 12F | 47 | 33 |
| Octal | 333 | 50 | 322 | 0 | 122 | 4 | 16 | 457 | 107 | 63 |
| Binary | 11011011 | 101000 | 11010010 | 0 | 1010010 | 100 | 1110 | 100101111 | 1000111 | 110011 |
Color Harmonies of #DB28D2
Complementary color
Monochromatic Colors of #DB28D2
Black with #DB28D2
Text Example
Text Example
White with #DB28D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28D2; }
p { color: rgb(219,40,210); }
H1.HeaderClassName
{
color: #DB28D2;
}
.AnyTagClassName
{
color: #DB28D2;
}
</style>
background-color css
<style>
a { background-color: #DB28D2; }
a { background-color: rgb(219,40,210); }
div.DivClassName
{
background-color: #DB28D2;
}
.BgClassName
{
background-color: #DB28D2;
}
</style>
border-color css
<style>
span { border-color: #DB28D2; }
span { border-color: rgb(219,40,210); }
td.TdClassName
{
border-color: #DB28D2;
}
.TagClassName
{
border-color: #DB28D2;
}
</style>