Shades of Razzle Dazzle Rose #DB26C1
Tints of Razzle Dazzle Rose #DB26C1
RGB
CMYK
RGB Variations
Color information
#DB26C1 (or 0xDB26C1) is known color: Razzle Dazzle Rose. HEX triplet: DB, 26 and C1. RGB value is (219,38,193). Sum of RGB (Red+Green+Blue) = 219+38+193=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 38 (15.23% from 255 or 8.44% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26C1 is #24D93E. Grayscale: #6D6D6D. Windows color (decimal): -2414911 or 12658395. OLE color: 12658395.
HSL color Cylindrical-coordinate representation of color #DB26C1: hue angle of 308.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 #DB26C1 is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 193 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.14 |
| HSL | 308.62º | 0.72% | 0.5% | - |
| HSV(B) | 308.62º | 0.83% | 0.86% | - |
| XYZ | 39.53 | 20.3 | 52.29 | - |
| YUV | 109.79 | 174.97 | 205.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 193 | 0 | 0.83 | 0.12 | 0.14 | 308.62 | 0.72 | 0.5 |
| Hex | DB | 26 | C1 | 0 | 53 | C | E | 135 | 48 | 32 |
| Octal | 333 | 46 | 301 | 0 | 123 | 14 | 16 | 465 | 110 | 62 |
| Binary | 11011011 | 100110 | 11000001 | 0 | 1010011 | 1100 | 1110 | 100110101 | 1001000 | 110010 |
Color Harmonies of #DB26C1
Complementary color
Monochromatic Colors of #DB26C1
Black with #DB26C1
Text Example
Text Example
White with #DB26C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26C1; }
p { color: rgb(219,38,193); }
H1.HeaderClassName
{
color: #DB26C1;
}
.AnyTagClassName
{
color: #DB26C1;
}
</style>
background-color css
<style>
a { background-color: #DB26C1; }
a { background-color: rgb(219,38,193); }
div.DivClassName
{
background-color: #DB26C1;
}
.BgClassName
{
background-color: #DB26C1;
}
</style>
border-color css
<style>
span { border-color: #DB26C1; }
span { border-color: rgb(219,38,193); }
td.TdClassName
{
border-color: #DB26C1;
}
.TagClassName
{
border-color: #DB26C1;
}
</style>