Shades of Razzmatazz #D3015D
Tints of Razzmatazz #D3015D
RGB
CMYK
RGB Variations
Color information
#D3015D (or 0xD3015D) is known color: Razzmatazz. HEX triplet: D3, 01 and 5D. RGB value is (211,1,93). Sum of RGB (Red+Green+Blue) = 211+1+93=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D3015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3015D is #2CFEA2. Grayscale: #4A4A4A. Windows color (decimal): -2948771 or 6095315. OLE color: 6095315.
HSL color Cylindrical-coordinate representation of color #D3015D: hue angle of 333.71º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3015D is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.17 |
| HSL | 333.71º | 0.99% | 0.42% | - |
| HSV(B) | 333.71º | 1% | 0.83% | - |
| XYZ | 28.85 | 14.66 | 11.67 | - |
| YUV | 74.28 | 138.57 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 93 | 0 | 1.00 | 0.56 | 0.17 | 333.71 | 0.99 | 0.42 |
| Hex | D3 | 1 | 5D | 0 | 64 | 38 | 11 | 14E | 63 | 2A |
| Octal | 323 | 1 | 135 | 0 | 144 | 70 | 21 | 516 | 143 | 52 |
| Binary | 11010011 | 1 | 1011101 | 0 | 1100100 | 111000 | 10001 | 101001110 | 1100011 | 101010 |
Color Harmonies of #D3015D
Complementary color
Monochromatic Colors of #D3015D
Black with #D3015D
Text Example
Text Example
White with #D3015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3015D; }
p { color: rgb(211,1,93); }
H1.HeaderClassName
{
color: #D3015D;
}
.AnyTagClassName
{
color: #D3015D;
}
</style>
background-color css
<style>
a { background-color: #D3015D; }
a { background-color: rgb(211,1,93); }
div.DivClassName
{
background-color: #D3015D;
}
.BgClassName
{
background-color: #D3015D;
}
</style>
border-color css
<style>
span { border-color: #D3015D; }
span { border-color: rgb(211,1,93); }
td.TdClassName
{
border-color: #D3015D;
}
.TagClassName
{
border-color: #D3015D;
}
</style>