Shades of Razzmatazz #D30360
Tints of Razzmatazz #D30360
RGB
CMYK
RGB Variations
Color information
#D30360 (or 0xD30360) is known color: Razzmatazz. HEX triplet: D3, 03 and 60. RGB value is (211,3,96). Sum of RGB (Red+Green+Blue) = 211+3+96=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D30360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30360 is #2CFC9F. Grayscale: #4B4B4B. Windows color (decimal): -2948256 or 6292435. OLE color: 6292435.
HSL color Cylindrical-coordinate representation of color #D30360: hue angle of 333.17º 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 #D30360 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.17 |
| HSL | 333.17º | 0.97% | 0.42% | - |
| HSV(B) | 333.17º | 0.99% | 0.83% | - |
| XYZ | 29.01 | 14.76 | 12.39 | - |
| YUV | 75.79 | 139.41 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 96 | 0 | 0.99 | 0.55 | 0.17 | 333.17 | 0.97 | 0.42 |
| Hex | D3 | 3 | 60 | 0 | 63 | 37 | 11 | 14D | 61 | 2A |
| Octal | 323 | 3 | 140 | 0 | 143 | 67 | 21 | 515 | 141 | 52 |
| Binary | 11010011 | 11 | 1100000 | 0 | 1100011 | 110111 | 10001 | 101001101 | 1100001 | 101010 |
Color Harmonies of #D30360
Complementary color
Monochromatic Colors of #D30360
Black with #D30360
Text Example
Text Example
White with #D30360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30360; }
p { color: rgb(211,3,96); }
H1.HeaderClassName
{
color: #D30360;
}
.AnyTagClassName
{
color: #D30360;
}
</style>
background-color css
<style>
a { background-color: #D30360; }
a { background-color: rgb(211,3,96); }
div.DivClassName
{
background-color: #D30360;
}
.BgClassName
{
background-color: #D30360;
}
</style>
border-color css
<style>
span { border-color: #D30360; }
span { border-color: rgb(211,3,96); }
td.TdClassName
{
border-color: #D30360;
}
.TagClassName
{
border-color: #D30360;
}
</style>