Shades of Razzmatazz #DB036B
Tints of Razzmatazz #DB036B
RGB
CMYK
RGB Variations
Color information
#DB036B (or 0xDB036B) is known color: Razzmatazz. HEX triplet: DB, 03 and 6B. RGB value is (219,3,107). Sum of RGB (Red+Green+Blue) = 219+3+107=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB036B is #24FC94. Grayscale: #4F4F4F. Windows color (decimal): -2423957 or 7013339. OLE color: 7013339.
HSL color Cylindrical-coordinate representation of color #DB036B: hue angle of 331.11º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB036B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.14 |
| HSL | 331.11º | 0.97% | 0.44% | - |
| HSV(B) | 331.11º | 0.99% | 0.86% | - |
| XYZ | 31.9 | 16.19 | 15.35 | - |
| YUV | 79.44 | 143.56 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 107 | 0 | 0.99 | 0.51 | 0.14 | 331.11 | 0.97 | 0.44 |
| Hex | DB | 3 | 6B | 0 | 63 | 33 | E | 14B | 61 | 2C |
| Octal | 333 | 3 | 153 | 0 | 143 | 63 | 16 | 513 | 141 | 54 |
| Binary | 11011011 | 11 | 1101011 | 0 | 1100011 | 110011 | 1110 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DB036B
Complementary color
Monochromatic Colors of #DB036B
Black with #DB036B
Text Example
Text Example
White with #DB036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB036B; }
p { color: rgb(219,3,107); }
H1.HeaderClassName
{
color: #DB036B;
}
.AnyTagClassName
{
color: #DB036B;
}
</style>
background-color css
<style>
a { background-color: #DB036B; }
a { background-color: rgb(219,3,107); }
div.DivClassName
{
background-color: #DB036B;
}
.BgClassName
{
background-color: #DB036B;
}
</style>
border-color css
<style>
span { border-color: #DB036B; }
span { border-color: rgb(219,3,107); }
td.TdClassName
{
border-color: #DB036B;
}
.TagClassName
{
border-color: #DB036B;
}
</style>