Shades of Razzmatazz #D3034D
Tints of Razzmatazz #D3034D
RGB
CMYK
RGB Variations
Color information
#D3034D (or 0xD3034D) is known color: Razzmatazz. HEX triplet: D3, 03 and 4D. RGB value is (211,3,77). Sum of RGB (Red+Green+Blue) = 211+3+77=291 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.51% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 211 - color contains mainly: red. Hex color #D3034D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3034D is #2CFCB2. Grayscale: #494949. Windows color (decimal): -2948275 or 5047251. OLE color: 5047251.
HSL color Cylindrical-coordinate representation of color #D3034D: hue angle of 338.65º 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 #D3034D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 77 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.17 |
| HSL | 338.65º | 0.97% | 0.42% | - |
| HSV(B) | 338.65º | 0.99% | 0.83% | - |
| XYZ | 28.24 | 14.45 | 8.32 | - |
| YUV | 73.63 | 129.91 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 77 | 0 | 0.99 | 0.64 | 0.17 | 338.65 | 0.97 | 0.42 |
| Hex | D3 | 3 | 4D | 0 | 63 | 40 | 11 | 153 | 61 | 2A |
| Octal | 323 | 3 | 115 | 0 | 143 | 100 | 21 | 523 | 141 | 52 |
| Binary | 11010011 | 11 | 1001101 | 0 | 1100011 | 1000000 | 10001 | 101010011 | 1100001 | 101010 |
Color Harmonies of #D3034D
Complementary color
Monochromatic Colors of #D3034D
Black with #D3034D
Text Example
Text Example
White with #D3034D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3034D; }
p { color: rgb(211,3,77); }
H1.HeaderClassName
{
color: #D3034D;
}
.AnyTagClassName
{
color: #D3034D;
}
</style>
background-color css
<style>
a { background-color: #D3034D; }
a { background-color: rgb(211,3,77); }
div.DivClassName
{
background-color: #D3034D;
}
.BgClassName
{
background-color: #D3034D;
}
</style>
border-color css
<style>
span { border-color: #D3034D; }
span { border-color: rgb(211,3,77); }
td.TdClassName
{
border-color: #D3034D;
}
.TagClassName
{
border-color: #D3034D;
}
</style>