Shades of Razzmatazz #D3065E
Tints of Razzmatazz #D3065E
RGB
CMYK
RGB Variations
Color information
#D3065E (or 0xD3065E) is known color: Razzmatazz. HEX triplet: D3, 06 and 5E. RGB value is (211,6,94). Sum of RGB (Red+Green+Blue) = 211+6+94=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D3065E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3065E is #2CF9A1. Grayscale: #4D4D4D. Windows color (decimal): -2947490 or 6162131. OLE color: 6162131.
HSL color Cylindrical-coordinate representation of color #D3065E: hue angle of 334.24º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3065E is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 94 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.17 |
| HSL | 334.24º | 0.94% | 0.43% | - |
| HSV(B) | 334.24º | 0.97% | 0.83% | - |
| XYZ | 28.95 | 14.79 | 11.92 | - |
| YUV | 77.33 | 137.42 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 94 | 0 | 0.97 | 0.55 | 0.17 | 334.24 | 0.94 | 0.43 |
| Hex | D3 | 6 | 5E | 0 | 61 | 37 | 11 | 14E | 5E | 2B |
| Octal | 323 | 6 | 136 | 0 | 141 | 67 | 21 | 516 | 136 | 53 |
| Binary | 11010011 | 110 | 1011110 | 0 | 1100001 | 110111 | 10001 | 101001110 | 1011110 | 101011 |
Color Harmonies of #D3065E
Complementary color
Monochromatic Colors of #D3065E
Black with #D3065E
Text Example
Text Example
White with #D3065E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3065E; }
p { color: rgb(211,6,94); }
H1.HeaderClassName
{
color: #D3065E;
}
.AnyTagClassName
{
color: #D3065E;
}
</style>
background-color css
<style>
a { background-color: #D3065E; }
a { background-color: rgb(211,6,94); }
div.DivClassName
{
background-color: #D3065E;
}
.BgClassName
{
background-color: #D3065E;
}
</style>
border-color css
<style>
span { border-color: #D3065E; }
span { border-color: rgb(211,6,94); }
td.TdClassName
{
border-color: #D3065E;
}
.TagClassName
{
border-color: #D3065E;
}
</style>