Shades of Razzmatazz #D30066
Tints of Razzmatazz #D30066
RGB
CMYK
RGB Variations
Color information
#D30066 (or 0xD30066) is known color: Razzmatazz. HEX triplet: D3, 00 and 66. RGB value is (211,0,102). Sum of RGB (Red+Green+Blue) = 211+0+102=313 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.41% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 211 - color contains mainly: red. Hex color #D30066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30066 is #2CFF99. Grayscale: #4A4A4A. Windows color (decimal): -2949018 or 6684883. OLE color: 6684883.
HSL color Cylindrical-coordinate representation of color #D30066: hue angle of 331º 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 #D30066 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.52 | 0.17 |
| HSL | 331º | 1% | 0.41% | - |
| HSV(B) | 331º | 1% | 0.83% | - |
| XYZ | 29.26 | 14.81 | 13.89 | - |
| YUV | 74.72 | 143.4 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 102 | 0 | 1 | 0.52 | 0.17 | 331 | 1 | 0.41 |
| Hex | D3 | 0 | 66 | 0 | 64 | 34 | 11 | 14B | 64 | 29 |
| Octal | 323 | 0 | 146 | 0 | 144 | 64 | 21 | 513 | 144 | 51 |
| Binary | 11010011 | 0 | 1100110 | 0 | 1100100 | 110100 | 10001 | 101001011 | 1100100 | 101001 |
Color Harmonies of #D30066
Complementary color
Monochromatic Colors of #D30066
Black with #D30066
Text Example
Text Example
White with #D30066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30066; }
p { color: rgb(211,0,102); }
H1.HeaderClassName
{
color: #D30066;
}
.AnyTagClassName
{
color: #D30066;
}
</style>
background-color css
<style>
a { background-color: #D30066; }
a { background-color: rgb(211,0,102); }
div.DivClassName
{
background-color: #D30066;
}
.BgClassName
{
background-color: #D30066;
}
</style>
border-color css
<style>
span { border-color: #D30066; }
span { border-color: rgb(211,0,102); }
td.TdClassName
{
border-color: #D30066;
}
.TagClassName
{
border-color: #D30066;
}
</style>