Shades of Razzmatazz #D30062
Tints of Razzmatazz #D30062
RGB
CMYK
RGB Variations
Color information
#D30062 (or 0xD30062) is known color: Razzmatazz. HEX triplet: D3, 00 and 62. RGB value is (211,0,98). Sum of RGB (Red+Green+Blue) = 211+0+98=309 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.28% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 211 - color contains mainly: red. Hex color #D30062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30062 is #2CFF9D. Grayscale: #4A4A4A. Windows color (decimal): -2949022 or 6422739. OLE color: 6422739.
HSL color Cylindrical-coordinate representation of color #D30062: hue angle of 332.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30062 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.54 | 0.17 |
| HSL | 332.13º | 1% | 0.41% | - |
| HSV(B) | 332.13º | 1% | 0.83% | - |
| XYZ | 29.07 | 14.73 | 12.87 | - |
| YUV | 74.26 | 141.4 | 225.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 98 | 0 | 1 | 0.54 | 0.17 | 332.13 | 1 | 0.41 |
| Hex | D3 | 0 | 62 | 0 | 64 | 36 | 11 | 14C | 64 | 29 |
| Octal | 323 | 0 | 142 | 0 | 144 | 66 | 21 | 514 | 144 | 51 |
| Binary | 11010011 | 0 | 1100010 | 0 | 1100100 | 110110 | 10001 | 101001100 | 1100100 | 101001 |
Color Harmonies of #D30062
Complementary color
Monochromatic Colors of #D30062
Black with #D30062
Text Example
Text Example
White with #D30062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30062; }
p { color: rgb(211,0,98); }
H1.HeaderClassName
{
color: #D30062;
}
.AnyTagClassName
{
color: #D30062;
}
</style>
background-color css
<style>
a { background-color: #D30062; }
a { background-color: rgb(211,0,98); }
div.DivClassName
{
background-color: #D30062;
}
.BgClassName
{
background-color: #D30062;
}
</style>
border-color css
<style>
span { border-color: #D30062; }
span { border-color: rgb(211,0,98); }
td.TdClassName
{
border-color: #D30062;
}
.TagClassName
{
border-color: #D30062;
}
</style>