Shades of Razzmatazz #D3006A
Tints of Razzmatazz #D3006A
RGB
CMYK
RGB Variations
Color information
#D3006A (or 0xD3006A) is known color: Razzmatazz. HEX triplet: D3, 00 and 6A. RGB value is (211,0,106). Sum of RGB (Red+Green+Blue) = 211+0+106=317 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.56% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 211 - color contains mainly: red. Hex color #D3006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D3006A is #2CFF95. Grayscale: #4A4A4A. Windows color (decimal): -2949014 or 6947027. OLE color: 6947027.
HSL color Cylindrical-coordinate representation of color #D3006A: hue angle of 329.86º 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 #D3006A is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.50 | 0.17 |
| HSL | 329.86º | 1% | 0.41% | - |
| HSV(B) | 329.86º | 1% | 0.83% | - |
| XYZ | 29.47 | 14.89 | 14.96 | - |
| YUV | 75.17 | 145.4 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 106 | 0 | 1 | 0.50 | 0.17 | 329.86 | 1 | 0.41 |
| Hex | D3 | 0 | 6A | 0 | 64 | 32 | 11 | 14A | 64 | 29 |
| Octal | 323 | 0 | 152 | 0 | 144 | 62 | 21 | 512 | 144 | 51 |
| Binary | 11010011 | 0 | 1101010 | 0 | 1100100 | 110010 | 10001 | 101001010 | 1100100 | 101001 |
Color Harmonies of #D3006A
Complementary color
Monochromatic Colors of #D3006A
Black with #D3006A
Text Example
Text Example
White with #D3006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3006A; }
p { color: rgb(211,0,106); }
H1.HeaderClassName
{
color: #D3006A;
}
.AnyTagClassName
{
color: #D3006A;
}
</style>
background-color css
<style>
a { background-color: #D3006A; }
a { background-color: rgb(211,0,106); }
div.DivClassName
{
background-color: #D3006A;
}
.BgClassName
{
background-color: #D3006A;
}
</style>
border-color css
<style>
span { border-color: #D3006A; }
span { border-color: rgb(211,0,106); }
td.TdClassName
{
border-color: #D3006A;
}
.TagClassName
{
border-color: #D3006A;
}
</style>