Shades of Razzmatazz #DB074B
Tints of Razzmatazz #DB074B
RGB
CMYK
RGB Variations
Color information
#DB074B (or 0xDB074B) is known color: Razzmatazz. HEX triplet: DB, 07 and 4B. RGB value is (219,7,75). Sum of RGB (Red+Green+Blue) = 219+7+75=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB074B is #24F8B4. Grayscale: #4E4E4E. Windows color (decimal): -2422965 or 4917211. OLE color: 4917211.
HSL color Cylindrical-coordinate representation of color #DB074B: hue angle of 340.75º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB074B is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.14 |
| HSL | 340.75º | 0.94% | 0.44% | - |
| HSV(B) | 340.75º | 0.97% | 0.86% | - |
| XYZ | 30.56 | 15.72 | 8.08 | - |
| YUV | 78.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 75 | 0 | 0.97 | 0.66 | 0.14 | 340.75 | 0.94 | 0.44 |
| Hex | DB | 7 | 4B | 0 | 61 | 42 | E | 155 | 5E | 2C |
| Octal | 333 | 7 | 113 | 0 | 141 | 102 | 16 | 525 | 136 | 54 |
| Binary | 11011011 | 111 | 1001011 | 0 | 1100001 | 1000010 | 1110 | 101010101 | 1011110 | 101100 |
Color Harmonies of #DB074B
Complementary color
Monochromatic Colors of #DB074B
Black with #DB074B
Text Example
Text Example
White with #DB074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB074B; }
p { color: rgb(219,7,75); }
H1.HeaderClassName
{
color: #DB074B;
}
.AnyTagClassName
{
color: #DB074B;
}
</style>
background-color css
<style>
a { background-color: #DB074B; }
a { background-color: rgb(219,7,75); }
div.DivClassName
{
background-color: #DB074B;
}
.BgClassName
{
background-color: #DB074B;
}
</style>
border-color css
<style>
span { border-color: #DB074B; }
span { border-color: rgb(219,7,75); }
td.TdClassName
{
border-color: #DB074B;
}
.TagClassName
{
border-color: #DB074B;
}
</style>