Shades of Razzmatazz #D3035A
Tints of Razzmatazz #D3035A
RGB
CMYK
RGB Variations
Color information
#D3035A (or 0xD3035A) is known color: Razzmatazz. HEX triplet: D3, 03 and 5A. RGB value is (211,3,90). Sum of RGB (Red+Green+Blue) = 211+3+90=304 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.41% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 211 - color contains mainly: red. Hex color #D3035A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3035A is #2CFCA5. Grayscale: #4A4A4A. Windows color (decimal): -2948262 or 5899219. OLE color: 5899219.
HSL color Cylindrical-coordinate representation of color #D3035A: hue angle of 334.9º 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 #D3035A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 90 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.17 |
| HSL | 334.9º | 0.97% | 0.42% | - |
| HSV(B) | 334.9º | 0.99% | 0.83% | - |
| XYZ | 28.74 | 14.65 | 10.99 | - |
| YUV | 75.11 | 136.41 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 90 | 0 | 0.99 | 0.57 | 0.17 | 334.9 | 0.97 | 0.42 |
| Hex | D3 | 3 | 5A | 0 | 63 | 39 | 11 | 14F | 61 | 2A |
| Octal | 323 | 3 | 132 | 0 | 143 | 71 | 21 | 517 | 141 | 52 |
| Binary | 11010011 | 11 | 1011010 | 0 | 1100011 | 111001 | 10001 | 101001111 | 1100001 | 101010 |
Color Harmonies of #D3035A
Complementary color
Monochromatic Colors of #D3035A
Black with #D3035A
Text Example
Text Example
White with #D3035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3035A; }
p { color: rgb(211,3,90); }
H1.HeaderClassName
{
color: #D3035A;
}
.AnyTagClassName
{
color: #D3035A;
}
</style>
background-color css
<style>
a { background-color: #D3035A; }
a { background-color: rgb(211,3,90); }
div.DivClassName
{
background-color: #D3035A;
}
.BgClassName
{
background-color: #D3035A;
}
</style>
border-color css
<style>
span { border-color: #D3035A; }
span { border-color: rgb(211,3,90); }
td.TdClassName
{
border-color: #D3035A;
}
.TagClassName
{
border-color: #D3035A;
}
</style>