Shades of Razzle Dazzle Rose #DB26C8
Tints of Razzle Dazzle Rose #DB26C8
RGB
CMYK
RGB Variations
Color information
#DB26C8 (or 0xDB26C8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 26 and C8. RGB value is (219,38,200). Sum of RGB (Red+Green+Blue) = 219+38+200=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 38 (15.23% from 255 or 8.32% from 457); Blue value is 200 (78.52% from 255 or 43.76% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26C8 is #24D937. Grayscale: #6E6E6E. Windows color (decimal): -2414904 or 13117147. OLE color: 13117147.
HSL color Cylindrical-coordinate representation of color #DB26C8: hue angle of 306.3º 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 #DB26C8 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 200 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.14 |
| HSL | 306.3º | 0.72% | 0.5% | - |
| HSV(B) | 306.3º | 0.83% | 0.86% | - |
| XYZ | 40.33 | 20.62 | 56.5 | - |
| YUV | 110.59 | 178.47 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 200 | 0 | 0.83 | 0.09 | 0.14 | 306.3 | 0.72 | 0.5 |
| Hex | DB | 26 | C8 | 0 | 53 | 9 | E | 132 | 48 | 32 |
| Octal | 333 | 46 | 310 | 0 | 123 | 11 | 16 | 462 | 110 | 62 |
| Binary | 11011011 | 100110 | 11001000 | 0 | 1010011 | 1001 | 1110 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DB26C8
Complementary color
Monochromatic Colors of #DB26C8
Black with #DB26C8
Text Example
Text Example
White with #DB26C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26C8; }
p { color: rgb(219,38,200); }
H1.HeaderClassName
{
color: #DB26C8;
}
.AnyTagClassName
{
color: #DB26C8;
}
</style>
background-color css
<style>
a { background-color: #DB26C8; }
a { background-color: rgb(219,38,200); }
div.DivClassName
{
background-color: #DB26C8;
}
.BgClassName
{
background-color: #DB26C8;
}
</style>
border-color css
<style>
span { border-color: #DB26C8; }
span { border-color: rgb(219,38,200); }
td.TdClassName
{
border-color: #DB26C8;
}
.TagClassName
{
border-color: #DB26C8;
}
</style>