Shades of Razzmatazz #D30361
Tints of Razzmatazz #D30361
RGB
CMYK
RGB Variations
Color information
#D30361 (or 0xD30361) is known color: Razzmatazz. HEX triplet: D3, 03 and 61. RGB value is (211,3,97). Sum of RGB (Red+Green+Blue) = 211+3+97=311 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.85% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 211 - color contains mainly: red. Hex color #D30361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30361 is #2CFC9E. Grayscale: #4B4B4B. Windows color (decimal): -2948255 or 6357971. OLE color: 6357971.
HSL color Cylindrical-coordinate representation of color #D30361: hue angle of 332.88º 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 #D30361 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 97 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.17 |
| HSL | 332.88º | 0.97% | 0.42% | - |
| HSV(B) | 332.88º | 0.99% | 0.83% | - |
| XYZ | 29.05 | 14.78 | 12.63 | - |
| YUV | 75.91 | 139.91 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 97 | 0 | 0.99 | 0.54 | 0.17 | 332.88 | 0.97 | 0.42 |
| Hex | D3 | 3 | 61 | 0 | 63 | 36 | 11 | 14D | 61 | 2A |
| Octal | 323 | 3 | 141 | 0 | 143 | 66 | 21 | 515 | 141 | 52 |
| Binary | 11010011 | 11 | 1100001 | 0 | 1100011 | 110110 | 10001 | 101001101 | 1100001 | 101010 |
Color Harmonies of #D30361
Complementary color
Monochromatic Colors of #D30361
Black with #D30361
Text Example
Text Example
White with #D30361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30361; }
p { color: rgb(211,3,97); }
H1.HeaderClassName
{
color: #D30361;
}
.AnyTagClassName
{
color: #D30361;
}
</style>
background-color css
<style>
a { background-color: #D30361; }
a { background-color: rgb(211,3,97); }
div.DivClassName
{
background-color: #D30361;
}
.BgClassName
{
background-color: #D30361;
}
</style>
border-color css
<style>
span { border-color: #D30361; }
span { border-color: rgb(211,3,97); }
td.TdClassName
{
border-color: #D30361;
}
.TagClassName
{
border-color: #D30361;
}
</style>