Shades of Razzmatazz #DB026C
Tints of Razzmatazz #DB026C
RGB
CMYK
RGB Variations
Color information
#DB026C (or 0xDB026C) is known color: Razzmatazz. HEX triplet: DB, 02 and 6C. RGB value is (219,2,108). Sum of RGB (Red+Green+Blue) = 219+2+108=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 108 (42.58% from 255 or 32.83% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB026C is #24FD93. Grayscale: #4E4E4E. Windows color (decimal): -2424212 or 7078619. OLE color: 7078619.
HSL color Cylindrical-coordinate representation of color #DB026C: hue angle of 330.69º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB026C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.14 |
| HSL | 330.69º | 0.98% | 0.43% | - |
| HSV(B) | 330.69º | 0.99% | 0.86% | - |
| XYZ | 31.94 | 16.19 | 15.63 | - |
| YUV | 78.97 | 144.39 | 227.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 108 | 0 | 0.99 | 0.51 | 0.14 | 330.69 | 0.98 | 0.43 |
| Hex | DB | 2 | 6C | 0 | 63 | 33 | E | 14B | 62 | 2B |
| Octal | 333 | 2 | 154 | 0 | 143 | 63 | 16 | 513 | 142 | 53 |
| Binary | 11011011 | 10 | 1101100 | 0 | 1100011 | 110011 | 1110 | 101001011 | 1100010 | 101011 |
Color Harmonies of #DB026C
Complementary color
Monochromatic Colors of #DB026C
Black with #DB026C
Text Example
Text Example
White with #DB026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB026C; }
p { color: rgb(219,2,108); }
H1.HeaderClassName
{
color: #DB026C;
}
.AnyTagClassName
{
color: #DB026C;
}
</style>
background-color css
<style>
a { background-color: #DB026C; }
a { background-color: rgb(219,2,108); }
div.DivClassName
{
background-color: #DB026C;
}
.BgClassName
{
background-color: #DB026C;
}
</style>
border-color css
<style>
span { border-color: #DB026C; }
span { border-color: rgb(219,2,108); }
td.TdClassName
{
border-color: #DB026C;
}
.TagClassName
{
border-color: #DB026C;
}
</style>