Shades of Razzmatazz #D0004B
Tints of Razzmatazz #D0004B
RGB
CMYK
RGB Variations
Color information
#D0004B (or 0xD0004B) is known color: Razzmatazz. HEX triplet: D0, 00 and 4B. RGB value is (208,0,75). Sum of RGB (Red+Green+Blue) = 208+0+75=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D0004B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0004B is #2FFFB4. Grayscale: #464646. Windows color (decimal): -3145653 or 4915408. OLE color: 4915408.
HSL color Cylindrical-coordinate representation of color #D0004B: hue angle of 338.37º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0004B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.64 | 0.18 |
| HSL | 338.37º | 1% | 0.41% | - |
| HSV(B) | 338.37º | 1% | 0.82% | - |
| XYZ | 27.28 | 13.92 | 7.91 | - |
| YUV | 70.74 | 130.41 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 75 | 0 | 1 | 0.64 | 0.18 | 338.37 | 1 | 0.41 |
| Hex | D0 | 0 | 4B | 0 | 64 | 40 | 12 | 152 | 64 | 29 |
| Octal | 320 | 0 | 113 | 0 | 144 | 100 | 22 | 522 | 144 | 51 |
| Binary | 11010000 | 0 | 1001011 | 0 | 1100100 | 1000000 | 10010 | 101010010 | 1100100 | 101001 |
Color Harmonies of #D0004B
Complementary color
Monochromatic Colors of #D0004B
Black with #D0004B
Text Example
Text Example
White with #D0004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0004B; }
p { color: rgb(208,0,75); }
H1.HeaderClassName
{
color: #D0004B;
}
.AnyTagClassName
{
color: #D0004B;
}
</style>
background-color css
<style>
a { background-color: #D0004B; }
a { background-color: rgb(208,0,75); }
div.DivClassName
{
background-color: #D0004B;
}
.BgClassName
{
background-color: #D0004B;
}
</style>
border-color css
<style>
span { border-color: #D0004B; }
span { border-color: rgb(208,0,75); }
td.TdClassName
{
border-color: #D0004B;
}
.TagClassName
{
border-color: #D0004B;
}
</style>