Shades of Razzmatazz #D3035D
Tints of Razzmatazz #D3035D
RGB
CMYK
RGB Variations
Color information
#D3035D (or 0xD3035D) is known color: Razzmatazz. HEX triplet: D3, 03 and 5D. RGB value is (211,3,93). Sum of RGB (Red+Green+Blue) = 211+3+93=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D3035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3035D is #2CFCA2. Grayscale: #4B4B4B. Windows color (decimal): -2948259 or 6095827. OLE color: 6095827.
HSL color Cylindrical-coordinate representation of color #D3035D: hue angle of 334.04º 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 #D3035D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.17 |
| HSL | 334.04º | 0.97% | 0.42% | - |
| HSV(B) | 334.04º | 0.99% | 0.83% | - |
| XYZ | 28.87 | 14.7 | 11.67 | - |
| YUV | 75.45 | 137.91 | 224.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 93 | 0 | 0.99 | 0.56 | 0.17 | 334.04 | 0.97 | 0.42 |
| Hex | D3 | 3 | 5D | 0 | 63 | 38 | 11 | 14E | 61 | 2A |
| Octal | 323 | 3 | 135 | 0 | 143 | 70 | 21 | 516 | 141 | 52 |
| Binary | 11010011 | 11 | 1011101 | 0 | 1100011 | 111000 | 10001 | 101001110 | 1100001 | 101010 |
Color Harmonies of #D3035D
Complementary color
Monochromatic Colors of #D3035D
Black with #D3035D
Text Example
Text Example
White with #D3035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3035D; }
p { color: rgb(211,3,93); }
H1.HeaderClassName
{
color: #D3035D;
}
.AnyTagClassName
{
color: #D3035D;
}
</style>
background-color css
<style>
a { background-color: #D3035D; }
a { background-color: rgb(211,3,93); }
div.DivClassName
{
background-color: #D3035D;
}
.BgClassName
{
background-color: #D3035D;
}
</style>
border-color css
<style>
span { border-color: #D3035D; }
span { border-color: rgb(211,3,93); }
td.TdClassName
{
border-color: #D3035D;
}
.TagClassName
{
border-color: #D3035D;
}
</style>