Shades of Razzle Dazzle Rose #DB26C4
Tints of Razzle Dazzle Rose #DB26C4
RGB
CMYK
RGB Variations
Color information
#DB26C4 (or 0xDB26C4) is known color: Razzle Dazzle Rose. HEX triplet: DB, 26 and C4. RGB value is (219,38,196). Sum of RGB (Red+Green+Blue) = 219+38+196=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 38 (15.23% from 255 or 8.39% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26C4 is #24D93B. Grayscale: #6D6D6D. Windows color (decimal): -2414908 or 12855003. OLE color: 12855003.
HSL color Cylindrical-coordinate representation of color #DB26C4: hue angle of 307.62º 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 #DB26C4 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 196 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.14 |
| HSL | 307.62º | 0.72% | 0.5% | - |
| HSV(B) | 307.62º | 0.83% | 0.86% | - |
| XYZ | 39.87 | 20.43 | 54.07 | - |
| YUV | 110.13 | 176.47 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 196 | 0 | 0.83 | 0.11 | 0.14 | 307.62 | 0.72 | 0.5 |
| Hex | DB | 26 | C4 | 0 | 53 | B | E | 134 | 48 | 32 |
| Octal | 333 | 46 | 304 | 0 | 123 | 13 | 16 | 464 | 110 | 62 |
| Binary | 11011011 | 100110 | 11000100 | 0 | 1010011 | 1011 | 1110 | 100110100 | 1001000 | 110010 |
Color Harmonies of #DB26C4
Complementary color
Monochromatic Colors of #DB26C4
Black with #DB26C4
Text Example
Text Example
White with #DB26C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26C4; }
p { color: rgb(219,38,196); }
H1.HeaderClassName
{
color: #DB26C4;
}
.AnyTagClassName
{
color: #DB26C4;
}
</style>
background-color css
<style>
a { background-color: #DB26C4; }
a { background-color: rgb(219,38,196); }
div.DivClassName
{
background-color: #DB26C4;
}
.BgClassName
{
background-color: #DB26C4;
}
</style>
border-color css
<style>
span { border-color: #DB26C4; }
span { border-color: rgb(219,38,196); }
td.TdClassName
{
border-color: #DB26C4;
}
.TagClassName
{
border-color: #DB26C4;
}
</style>