Shades of Razzmatazz #D3015A
Tints of Razzmatazz #D3015A
RGB
CMYK
RGB Variations
Color information
#D3015A (or 0xD3015A) is known color: Razzmatazz. HEX triplet: D3, 01 and 5A. RGB value is (211,1,90). Sum of RGB (Red+Green+Blue) = 211+1+90=302 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.87% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 211 - color contains mainly: red. Hex color #D3015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3015A is #2CFEA5. Grayscale: #494949. Windows color (decimal): -2948774 or 5898707. OLE color: 5898707.
HSL color Cylindrical-coordinate representation of color #D3015A: hue angle of 334.57º 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 #D3015A is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.17 |
| HSL | 334.57º | 0.99% | 0.42% | - |
| HSV(B) | 334.57º | 1% | 0.83% | - |
| XYZ | 28.72 | 14.61 | 10.98 | - |
| YUV | 73.94 | 137.07 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 90 | 0 | 1.00 | 0.57 | 0.17 | 334.57 | 0.99 | 0.42 |
| Hex | D3 | 1 | 5A | 0 | 64 | 39 | 11 | 14F | 63 | 2A |
| Octal | 323 | 1 | 132 | 0 | 144 | 71 | 21 | 517 | 143 | 52 |
| Binary | 11010011 | 1 | 1011010 | 0 | 1100100 | 111001 | 10001 | 101001111 | 1100011 | 101010 |
Color Harmonies of #D3015A
Complementary color
Monochromatic Colors of #D3015A
Black with #D3015A
Text Example
Text Example
White with #D3015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3015A; }
p { color: rgb(211,1,90); }
H1.HeaderClassName
{
color: #D3015A;
}
.AnyTagClassName
{
color: #D3015A;
}
</style>
background-color css
<style>
a { background-color: #D3015A; }
a { background-color: rgb(211,1,90); }
div.DivClassName
{
background-color: #D3015A;
}
.BgClassName
{
background-color: #D3015A;
}
</style>
border-color css
<style>
span { border-color: #D3015A; }
span { border-color: rgb(211,1,90); }
td.TdClassName
{
border-color: #D3015A;
}
.TagClassName
{
border-color: #D3015A;
}
</style>