Shades of Razzle Dazzle Rose #DB26C9
Tints of Razzle Dazzle Rose #DB26C9
RGB
CMYK
RGB Variations
Color information
#DB26C9 (or 0xDB26C9) is known color: Razzle Dazzle Rose. HEX triplet: DB, 26 and C9. RGB value is (219,38,201). Sum of RGB (Red+Green+Blue) = 219+38+201=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 38 (15.23% from 255 or 8.30% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26C9 is #24D936. Grayscale: #6E6E6E. Windows color (decimal): -2414903 or 13182683. OLE color: 13182683.
HSL color Cylindrical-coordinate representation of color #DB26C9: hue angle of 305.97º 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 #DB26C9 is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 201 | - |
| CMYK | 0 | 0.83 | 0.08 | 0.14 |
| HSL | 305.97º | 0.72% | 0.5% | - |
| HSV(B) | 305.97º | 0.83% | 0.86% | - |
| XYZ | 40.45 | 20.66 | 57.11 | - |
| YUV | 110.7 | 178.97 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 201 | 0 | 0.83 | 0.08 | 0.14 | 305.97 | 0.72 | 0.5 |
| Hex | DB | 26 | C9 | 0 | 53 | 8 | E | 132 | 48 | 32 |
| Octal | 333 | 46 | 311 | 0 | 123 | 10 | 16 | 462 | 110 | 62 |
| Binary | 11011011 | 100110 | 11001001 | 0 | 1010011 | 1000 | 1110 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DB26C9
Complementary color
Monochromatic Colors of #DB26C9
Black with #DB26C9
Text Example
Text Example
White with #DB26C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26C9; }
p { color: rgb(219,38,201); }
H1.HeaderClassName
{
color: #DB26C9;
}
.AnyTagClassName
{
color: #DB26C9;
}
</style>
background-color css
<style>
a { background-color: #DB26C9; }
a { background-color: rgb(219,38,201); }
div.DivClassName
{
background-color: #DB26C9;
}
.BgClassName
{
background-color: #DB26C9;
}
</style>
border-color css
<style>
span { border-color: #DB26C9; }
span { border-color: rgb(219,38,201); }
td.TdClassName
{
border-color: #DB26C9;
}
.TagClassName
{
border-color: #DB26C9;
}
</style>