Shades of Razzle Dazzle Rose #DB28C5
Tints of Razzle Dazzle Rose #DB28C5
RGB
CMYK
RGB Variations
Color information
#DB28C5 (or 0xDB28C5) is known color: Razzle Dazzle Rose. HEX triplet: DB, 28 and C5. RGB value is (219,40,197). Sum of RGB (Red+Green+Blue) = 219+40+197=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB28C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB28C5 is #24D73A. Grayscale: #6E6E6E. Windows color (decimal): -2414395 or 12921051. OLE color: 12921051.
HSL color Cylindrical-coordinate representation of color #DB28C5: hue angle of 307.37º 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 #DB28C5 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 40 | 197 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.14 |
| HSL | 307.37º | 0.71% | 0.51% | - |
| HSV(B) | 307.37º | 0.82% | 0.86% | - |
| XYZ | 40.05 | 20.61 | 54.69 | - |
| YUV | 111.42 | 176.3 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 40 | 197 | 0 | 0.82 | 0.10 | 0.14 | 307.37 | 0.71 | 0.51 |
| Hex | DB | 28 | C5 | 0 | 52 | A | E | 133 | 47 | 33 |
| Octal | 333 | 50 | 305 | 0 | 122 | 12 | 16 | 463 | 107 | 63 |
| Binary | 11011011 | 101000 | 11000101 | 0 | 1010010 | 1010 | 1110 | 100110011 | 1000111 | 110011 |
Color Harmonies of #DB28C5
Complementary color
Monochromatic Colors of #DB28C5
Black with #DB28C5
Text Example
Text Example
White with #DB28C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB28C5; }
p { color: rgb(219,40,197); }
H1.HeaderClassName
{
color: #DB28C5;
}
.AnyTagClassName
{
color: #DB28C5;
}
</style>
background-color css
<style>
a { background-color: #DB28C5; }
a { background-color: rgb(219,40,197); }
div.DivClassName
{
background-color: #DB28C5;
}
.BgClassName
{
background-color: #DB28C5;
}
</style>
border-color css
<style>
span { border-color: #DB28C5; }
span { border-color: rgb(219,40,197); }
td.TdClassName
{
border-color: #DB28C5;
}
.TagClassName
{
border-color: #DB28C5;
}
</style>