Shades of Razzmatazz #D3065D
Tints of Razzmatazz #D3065D
RGB
CMYK
RGB Variations
Color information
#D3065D (or 0xD3065D) is known color: Razzmatazz. HEX triplet: D3, 06 and 5D. RGB value is (211,6,93). Sum of RGB (Red+Green+Blue) = 211+6+93=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3065D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3065D is #2CF9A2. Grayscale: #4D4D4D. Windows color (decimal): -2947491 or 6096595. OLE color: 6096595.
HSL color Cylindrical-coordinate representation of color #D3065D: hue angle of 334.54º 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 #D3065D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 93 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.17 |
| HSL | 334.54º | 0.94% | 0.43% | - |
| HSV(B) | 334.54º | 0.97% | 0.83% | - |
| XYZ | 28.9 | 14.77 | 11.68 | - |
| YUV | 77.21 | 136.92 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 93 | 0 | 0.97 | 0.56 | 0.17 | 334.54 | 0.94 | 0.43 |
| Hex | D3 | 6 | 5D | 0 | 61 | 38 | 11 | 14F | 5E | 2B |
| Octal | 323 | 6 | 135 | 0 | 141 | 70 | 21 | 517 | 136 | 53 |
| Binary | 11010011 | 110 | 1011101 | 0 | 1100001 | 111000 | 10001 | 101001111 | 1011110 | 101011 |
Color Harmonies of #D3065D
Complementary color
Monochromatic Colors of #D3065D
Black with #D3065D
Text Example
Text Example
White with #D3065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3065D; }
p { color: rgb(211,6,93); }
H1.HeaderClassName
{
color: #D3065D;
}
.AnyTagClassName
{
color: #D3065D;
}
</style>
background-color css
<style>
a { background-color: #D3065D; }
a { background-color: rgb(211,6,93); }
div.DivClassName
{
background-color: #D3065D;
}
.BgClassName
{
background-color: #D3065D;
}
</style>
border-color css
<style>
span { border-color: #D3065D; }
span { border-color: rgb(211,6,93); }
td.TdClassName
{
border-color: #D3065D;
}
.TagClassName
{
border-color: #D3065D;
}
</style>