Shades of Razzle Dazzle Rose #DB25C6
Tints of Razzle Dazzle Rose #DB25C6
RGB
CMYK
RGB Variations
Color information
#DB25C6 (or 0xDB25C6) is known color: Razzle Dazzle Rose. HEX triplet: DB, 25 and C6. RGB value is (219,37,198). Sum of RGB (Red+Green+Blue) = 219+37+198=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 37 (14.84% from 255 or 8.15% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25C6 is #24DA39. Grayscale: #6D6D6D. Windows color (decimal): -2415162 or 12985819. OLE color: 12985819.
HSL color Cylindrical-coordinate representation of color #DB25C6: hue angle of 306.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB25C6 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 198 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.14 |
| HSL | 306.92º | 0.72% | 0.5% | - |
| HSV(B) | 306.92º | 0.83% | 0.86% | - |
| XYZ | 40.07 | 20.46 | 55.26 | - |
| YUV | 109.77 | 177.8 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 198 | 0 | 0.83 | 0.10 | 0.14 | 306.92 | 0.72 | 0.5 |
| Hex | DB | 25 | C6 | 0 | 53 | A | E | 133 | 48 | 32 |
| Octal | 333 | 45 | 306 | 0 | 123 | 12 | 16 | 463 | 110 | 62 |
| Binary | 11011011 | 100101 | 11000110 | 0 | 1010011 | 1010 | 1110 | 100110011 | 1001000 | 110010 |
Color Harmonies of #DB25C6
Complementary color
Monochromatic Colors of #DB25C6
Black with #DB25C6
Text Example
Text Example
White with #DB25C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25C6; }
p { color: rgb(219,37,198); }
H1.HeaderClassName
{
color: #DB25C6;
}
.AnyTagClassName
{
color: #DB25C6;
}
</style>
background-color css
<style>
a { background-color: #DB25C6; }
a { background-color: rgb(219,37,198); }
div.DivClassName
{
background-color: #DB25C6;
}
.BgClassName
{
background-color: #DB25C6;
}
</style>
border-color css
<style>
span { border-color: #DB25C6; }
span { border-color: rgb(219,37,198); }
td.TdClassName
{
border-color: #DB25C6;
}
.TagClassName
{
border-color: #DB25C6;
}
</style>