Shades of Razzmatazz #D30363
Tints of Razzmatazz #D30363
RGB
CMYK
RGB Variations
Color information
#D30363 (or 0xD30363) is known color: Razzmatazz. HEX triplet: D3, 03 and 63. RGB value is (211,3,99). Sum of RGB (Red+Green+Blue) = 211+3+99=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D30363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30363 is #2CFC9C. Grayscale: #4B4B4B. Windows color (decimal): -2948253 or 6489043. OLE color: 6489043.
HSL color Cylindrical-coordinate representation of color #D30363: hue angle of 332.31º 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 #D30363 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 3 | 99 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.17 |
| HSL | 332.31º | 0.97% | 0.42% | - |
| HSV(B) | 332.31º | 0.99% | 0.83% | - |
| XYZ | 29.15 | 14.81 | 13.13 | - |
| YUV | 76.14 | 140.91 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 3 | 99 | 0 | 0.99 | 0.53 | 0.17 | 332.31 | 0.97 | 0.42 |
| Hex | D3 | 3 | 63 | 0 | 63 | 35 | 11 | 14C | 61 | 2A |
| Octal | 323 | 3 | 143 | 0 | 143 | 65 | 21 | 514 | 141 | 52 |
| Binary | 11010011 | 11 | 1100011 | 0 | 1100011 | 110101 | 10001 | 101001100 | 1100001 | 101010 |
Color Harmonies of #D30363
Complementary color
Monochromatic Colors of #D30363
Black with #D30363
Text Example
Text Example
White with #D30363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30363; }
p { color: rgb(211,3,99); }
H1.HeaderClassName
{
color: #D30363;
}
.AnyTagClassName
{
color: #D30363;
}
</style>
background-color css
<style>
a { background-color: #D30363; }
a { background-color: rgb(211,3,99); }
div.DivClassName
{
background-color: #D30363;
}
.BgClassName
{
background-color: #D30363;
}
</style>
border-color css
<style>
span { border-color: #D30363; }
span { border-color: rgb(211,3,99); }
td.TdClassName
{
border-color: #D30363;
}
.TagClassName
{
border-color: #D30363;
}
</style>