Shades of Razzmatazz #D6004F
Tints of Razzmatazz #D6004F
RGB
CMYK
RGB Variations
Color information
#D6004F (or 0xD6004F) is known color: Razzmatazz. HEX triplet: D6, 00 and 4F. RGB value is (214,0,79). Sum of RGB (Red+Green+Blue) = 214+0+79=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6004F is #29FFB0. Grayscale: #484848. Windows color (decimal): -2752433 or 5177558. OLE color: 5177558.
HSL color Cylindrical-coordinate representation of color #D6004F: hue angle of 337.85º 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 #D6004F is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.63 | 0.16 |
| HSL | 337.85º | 1% | 0.42% | - |
| HSV(B) | 337.85º | 1% | 0.84% | - |
| XYZ | 29.14 | 14.86 | 8.73 | - |
| YUV | 72.99 | 131.4 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 79 | 0 | 1 | 0.63 | 0.16 | 337.85 | 1 | 0.42 |
| Hex | D6 | 0 | 4F | 0 | 64 | 3F | 10 | 152 | 64 | 2A |
| Octal | 326 | 0 | 117 | 0 | 144 | 77 | 20 | 522 | 144 | 52 |
| Binary | 11010110 | 0 | 1001111 | 0 | 1100100 | 111111 | 10000 | 101010010 | 1100100 | 101010 |
Color Harmonies of #D6004F
Complementary color
Monochromatic Colors of #D6004F
Black with #D6004F
Text Example
Text Example
White with #D6004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6004F; }
p { color: rgb(214,0,79); }
H1.HeaderClassName
{
color: #D6004F;
}
.AnyTagClassName
{
color: #D6004F;
}
</style>
background-color css
<style>
a { background-color: #D6004F; }
a { background-color: rgb(214,0,79); }
div.DivClassName
{
background-color: #D6004F;
}
.BgClassName
{
background-color: #D6004F;
}
</style>
border-color css
<style>
span { border-color: #D6004F; }
span { border-color: rgb(214,0,79); }
td.TdClassName
{
border-color: #D6004F;
}
.TagClassName
{
border-color: #D6004F;
}
</style>