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