Shades of Razzmatazz #D3035E
Tints of Razzmatazz #D3035E
RGB
CMYK
RGB Variations
Color information
#D3035E (or 0xD3035E) is known color: Razzmatazz. HEX triplet: D3, 03 and 5E. RGB value is (211,3,94). Sum of RGB (Red+Green+Blue) = 211+3+94=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D3035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3035E is #2CFCA1. Grayscale: #4B4B4B. Windows color (decimal): -2948258 or 6161363. OLE color: 6161363.
HSL color Cylindrical-coordinate representation of color #D3035E: hue angle of 333.75º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3035E is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 94 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.17 |
| HSL | 333.75º | 0.97% | 0.42% | - |
| HSV(B) | 333.75º | 0.99% | 0.83% | - |
| XYZ | 28.92 | 14.72 | 11.91 | - |
| YUV | 75.57 | 138.41 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 94 | 0 | 0.99 | 0.55 | 0.17 | 333.75 | 0.97 | 0.42 |
| Hex | D3 | 3 | 5E | 0 | 63 | 37 | 11 | 14E | 61 | 2A |
| Octal | 323 | 3 | 136 | 0 | 143 | 67 | 21 | 516 | 141 | 52 |
| Binary | 11010011 | 11 | 1011110 | 0 | 1100011 | 110111 | 10001 | 101001110 | 1100001 | 101010 |
Color Harmonies of #D3035E
Complementary color
Monochromatic Colors of #D3035E
Black with #D3035E
Text Example
Text Example
White with #D3035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3035E; }
p { color: rgb(211,3,94); }
H1.HeaderClassName
{
color: #D3035E;
}
.AnyTagClassName
{
color: #D3035E;
}
</style>
background-color css
<style>
a { background-color: #D3035E; }
a { background-color: rgb(211,3,94); }
div.DivClassName
{
background-color: #D3035E;
}
.BgClassName
{
background-color: #D3035E;
}
</style>
border-color css
<style>
span { border-color: #D3035E; }
span { border-color: rgb(211,3,94); }
td.TdClassName
{
border-color: #D3035E;
}
.TagClassName
{
border-color: #D3035E;
}
</style>