Shades of Razzmatazz #D6004A
Tints of Razzmatazz #D6004A
RGB
CMYK
RGB Variations
Color information
#D6004A (or 0xD6004A) is known color: Razzmatazz. HEX triplet: D6, 00 and 4A. RGB value is (214,0,74). Sum of RGB (Red+Green+Blue) = 214+0+74=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D6004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6004A is #29FFB5. Grayscale: #484848. Windows color (decimal): -2752438 or 4849878. OLE color: 4849878.
HSL color Cylindrical-coordinate representation of color #D6004A: hue angle of 339.25º 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 #D6004A is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.65 | 0.16 |
| HSL | 339.25º | 1% | 0.42% | - |
| HSV(B) | 339.25º | 1% | 0.84% | - |
| XYZ | 28.97 | 14.79 | 7.81 | - |
| YUV | 72.42 | 128.9 | 228.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 74 | 0 | 1 | 0.65 | 0.16 | 339.25 | 1 | 0.42 |
| Hex | D6 | 0 | 4A | 0 | 64 | 41 | 10 | 153 | 64 | 2A |
| Octal | 326 | 0 | 112 | 0 | 144 | 101 | 20 | 523 | 144 | 52 |
| Binary | 11010110 | 0 | 1001010 | 0 | 1100100 | 1000001 | 10000 | 101010011 | 1100100 | 101010 |
Color Harmonies of #D6004A
Complementary color
Monochromatic Colors of #D6004A
Black with #D6004A
Text Example
Text Example
White with #D6004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6004A; }
p { color: rgb(214,0,74); }
H1.HeaderClassName
{
color: #D6004A;
}
.AnyTagClassName
{
color: #D6004A;
}
</style>
background-color css
<style>
a { background-color: #D6004A; }
a { background-color: rgb(214,0,74); }
div.DivClassName
{
background-color: #D6004A;
}
.BgClassName
{
background-color: #D6004A;
}
</style>
border-color css
<style>
span { border-color: #D6004A; }
span { border-color: rgb(214,0,74); }
td.TdClassName
{
border-color: #D6004A;
}
.TagClassName
{
border-color: #D6004A;
}
</style>