Shades of Razzmatazz #D3005E
Tints of Razzmatazz #D3005E
RGB
CMYK
RGB Variations
Color information
#D3005E (or 0xD3005E) is known color: Razzmatazz. HEX triplet: D3, 00 and 5E. RGB value is (211,0,94). Sum of RGB (Red+Green+Blue) = 211+0+94=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D3005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3005E is #2CFFA1. Grayscale: #494949. Windows color (decimal): -2949026 or 6160595. OLE color: 6160595.
HSL color Cylindrical-coordinate representation of color #D3005E: hue angle of 333.27º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3005E is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.55 | 0.17 |
| HSL | 333.27º | 1% | 0.41% | - |
| HSV(B) | 333.27º | 1% | 0.83% | - |
| XYZ | 28.88 | 14.66 | 11.9 | - |
| YUV | 73.81 | 139.4 | 225.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 94 | 0 | 1 | 0.55 | 0.17 | 333.27 | 1 | 0.41 |
| Hex | D3 | 0 | 5E | 0 | 64 | 37 | 11 | 14D | 64 | 29 |
| Octal | 323 | 0 | 136 | 0 | 144 | 67 | 21 | 515 | 144 | 51 |
| Binary | 11010011 | 0 | 1011110 | 0 | 1100100 | 110111 | 10001 | 101001101 | 1100100 | 101001 |
Color Harmonies of #D3005E
Complementary color
Monochromatic Colors of #D3005E
Black with #D3005E
Text Example
Text Example
White with #D3005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3005E; }
p { color: rgb(211,0,94); }
H1.HeaderClassName
{
color: #D3005E;
}
.AnyTagClassName
{
color: #D3005E;
}
</style>
background-color css
<style>
a { background-color: #D3005E; }
a { background-color: rgb(211,0,94); }
div.DivClassName
{
background-color: #D3005E;
}
.BgClassName
{
background-color: #D3005E;
}
</style>
border-color css
<style>
span { border-color: #D3005E; }
span { border-color: rgb(211,0,94); }
td.TdClassName
{
border-color: #D3005E;
}
.TagClassName
{
border-color: #D3005E;
}
</style>