Shades of Razzmatazz #D6004D
Tints of Razzmatazz #D6004D
RGB
CMYK
RGB Variations
Color information
#D6004D (or 0xD6004D) is known color: Razzmatazz. HEX triplet: D6, 00 and 4D. RGB value is (214,0,77). Sum of RGB (Red+Green+Blue) = 214+0+77=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 77 (30.47% from 255 or 26.46% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D6004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6004D is #29FFB2. Grayscale: #484848. Windows color (decimal): -2752435 or 5046486. OLE color: 5046486.
HSL color Cylindrical-coordinate representation of color #D6004D: hue angle of 338.41º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6004D is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.64 | 0.16 |
| HSL | 338.41º | 1% | 0.42% | - |
| HSV(B) | 338.41º | 1% | 0.84% | - |
| XYZ | 29.07 | 14.83 | 8.35 | - |
| YUV | 72.76 | 130.4 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 77 | 0 | 1 | 0.64 | 0.16 | 338.41 | 1 | 0.42 |
| Hex | D6 | 0 | 4D | 0 | 64 | 40 | 10 | 152 | 64 | 2A |
| Octal | 326 | 0 | 115 | 0 | 144 | 100 | 20 | 522 | 144 | 52 |
| Binary | 11010110 | 0 | 1001101 | 0 | 1100100 | 1000000 | 10000 | 101010010 | 1100100 | 101010 |
Color Harmonies of #D6004D
Complementary color
Monochromatic Colors of #D6004D
Black with #D6004D
Text Example
Text Example
White with #D6004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6004D; }
p { color: rgb(214,0,77); }
H1.HeaderClassName
{
color: #D6004D;
}
.AnyTagClassName
{
color: #D6004D;
}
</style>
background-color css
<style>
a { background-color: #D6004D; }
a { background-color: rgb(214,0,77); }
div.DivClassName
{
background-color: #D6004D;
}
.BgClassName
{
background-color: #D6004D;
}
</style>
border-color css
<style>
span { border-color: #D6004D; }
span { border-color: rgb(214,0,77); }
td.TdClassName
{
border-color: #D6004D;
}
.TagClassName
{
border-color: #D6004D;
}
</style>