Shades of Razzmatazz #D6054A
Tints of Razzmatazz #D6054A
RGB
CMYK
RGB Variations
Color information
#D6054A (or 0xD6054A) is known color: Razzmatazz. HEX triplet: D6, 05 and 4A. RGB value is (214,5,74). Sum of RGB (Red+Green+Blue) = 214+5+74=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6054A is #29FAB5. Grayscale: #4B4B4B. Windows color (decimal): -2751158 or 4851158. OLE color: 4851158.
HSL color Cylindrical-coordinate representation of color #D6054A: hue angle of 340.19º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6054A is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.16 |
| HSL | 340.19º | 0.95% | 0.43% | - |
| HSV(B) | 340.19º | 0.98% | 0.84% | - |
| XYZ | 29.02 | 14.9 | 7.82 | - |
| YUV | 75.36 | 127.24 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 74 | 0 | 0.98 | 0.65 | 0.16 | 340.19 | 0.95 | 0.43 |
| Hex | D6 | 5 | 4A | 0 | 62 | 41 | 10 | 154 | 5F | 2B |
| Octal | 326 | 5 | 112 | 0 | 142 | 101 | 20 | 524 | 137 | 53 |
| Binary | 11010110 | 101 | 1001010 | 0 | 1100010 | 1000001 | 10000 | 101010100 | 1011111 | 101011 |
Color Harmonies of #D6054A
Complementary color
Monochromatic Colors of #D6054A
Black with #D6054A
Text Example
Text Example
White with #D6054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6054A; }
p { color: rgb(214,5,74); }
H1.HeaderClassName
{
color: #D6054A;
}
.AnyTagClassName
{
color: #D6054A;
}
</style>
background-color css
<style>
a { background-color: #D6054A; }
a { background-color: rgb(214,5,74); }
div.DivClassName
{
background-color: #D6054A;
}
.BgClassName
{
background-color: #D6054A;
}
</style>
border-color css
<style>
span { border-color: #D6054A; }
span { border-color: rgb(214,5,74); }
td.TdClassName
{
border-color: #D6054A;
}
.TagClassName
{
border-color: #D6054A;
}
</style>