Shades of Razzle Dazzle Rose #DB25C4
Tints of Razzle Dazzle Rose #DB25C4
RGB
CMYK
RGB Variations
Color information
#DB25C4 (or 0xDB25C4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 25 and C4. RGB value is (219,37,196). Sum of RGB (Red+Green+Blue) = 219+37+196=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 37 (14.84% from 255 or 8.19% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB25C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB25C4 is #24DA3B. Grayscale: #6D6D6D. Windows color (decimal): -2415164 or 12854747. OLE color: 12854747.
HSL color Cylindrical-coordinate representation of color #DB25C4: hue angle of 307.58º 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 #DB25C4 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 196 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.14 |
| HSL | 307.58º | 0.72% | 0.5% | - |
| HSV(B) | 307.58º | 0.83% | 0.86% | - |
| XYZ | 39.84 | 20.37 | 54.06 | - |
| YUV | 109.54 | 176.8 | 206.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 196 | 0 | 0.83 | 0.11 | 0.14 | 307.58 | 0.72 | 0.5 |
| Hex | DB | 25 | C4 | 0 | 53 | B | E | 134 | 48 | 32 |
| Octal | 333 | 45 | 304 | 0 | 123 | 13 | 16 | 464 | 110 | 62 |
| Binary | 11011011 | 100101 | 11000100 | 0 | 1010011 | 1011 | 1110 | 100110100 | 1001000 | 110010 |
Color Harmonies of #DB25C4
Complementary color
Monochromatic Colors of #DB25C4
Black with #DB25C4
Text Example
Text Example
White with #DB25C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB25C4; }
p { color: rgb(219,37,196); }
H1.HeaderClassName
{
color: #DB25C4;
}
.AnyTagClassName
{
color: #DB25C4;
}
</style>
background-color css
<style>
a { background-color: #DB25C4; }
a { background-color: rgb(219,37,196); }
div.DivClassName
{
background-color: #DB25C4;
}
.BgClassName
{
background-color: #DB25C4;
}
</style>
border-color css
<style>
span { border-color: #DB25C4; }
span { border-color: rgb(219,37,196); }
td.TdClassName
{
border-color: #DB25C4;
}
.TagClassName
{
border-color: #DB25C4;
}
</style>