Shades of Razzle Dazzle Rose #DB26C7
Tints of Razzle Dazzle Rose #DB26C7
RGB
CMYK
RGB Variations
Color information
#DB26C7 (or 0xDB26C7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 26 and C7. RGB value is (219,38,199). Sum of RGB (Red+Green+Blue) = 219+38+199=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB26C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB26C7 is #24D938. Grayscale: #6E6E6E. Windows color (decimal): -2414905 or 13051611. OLE color: 13051611.
HSL color Cylindrical-coordinate representation of color #DB26C7: hue angle of 306.63º 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 #DB26C7 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 199 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.14 |
| HSL | 306.63º | 0.72% | 0.5% | - |
| HSV(B) | 306.63º | 0.83% | 0.86% | - |
| XYZ | 40.22 | 20.57 | 55.88 | - |
| YUV | 110.47 | 177.97 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 199 | 0 | 0.83 | 0.09 | 0.14 | 306.63 | 0.72 | 0.5 |
| Hex | DB | 26 | C7 | 0 | 53 | 9 | E | 133 | 48 | 32 |
| Octal | 333 | 46 | 307 | 0 | 123 | 11 | 16 | 463 | 110 | 62 |
| Binary | 11011011 | 100110 | 11000111 | 0 | 1010011 | 1001 | 1110 | 100110011 | 1001000 | 110010 |
Color Harmonies of #DB26C7
Complementary color
Monochromatic Colors of #DB26C7
Black with #DB26C7
Text Example
Text Example
White with #DB26C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB26C7; }
p { color: rgb(219,38,199); }
H1.HeaderClassName
{
color: #DB26C7;
}
.AnyTagClassName
{
color: #DB26C7;
}
</style>
background-color css
<style>
a { background-color: #DB26C7; }
a { background-color: rgb(219,38,199); }
div.DivClassName
{
background-color: #DB26C7;
}
.BgClassName
{
background-color: #DB26C7;
}
</style>
border-color css
<style>
span { border-color: #DB26C7; }
span { border-color: rgb(219,38,199); }
td.TdClassName
{
border-color: #DB26C7;
}
.TagClassName
{
border-color: #DB26C7;
}
</style>