Shades of Razzmatazz #D6044F
Tints of Razzmatazz #D6044F
RGB
CMYK
RGB Variations
Color information
#D6044F (or 0xD6044F) is known color: Razzmatazz. HEX triplet: D6, 04 and 4F. RGB value is (214,4,79). Sum of RGB (Red+Green+Blue) = 214+4+79=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D6044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6044F is #29FBB0. Grayscale: #4B4B4B. Windows color (decimal): -2751409 or 5178582. OLE color: 5178582.
HSL color Cylindrical-coordinate representation of color #D6044F: hue angle of 338.57º degrees, saturation: 0.96, 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 #D6044F is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.16 |
| HSL | 338.57º | 0.96% | 0.43% | - |
| HSV(B) | 338.57º | 0.98% | 0.84% | - |
| XYZ | 29.19 | 14.95 | 8.74 | - |
| YUV | 75.34 | 130.07 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 79 | 0 | 0.98 | 0.63 | 0.16 | 338.57 | 0.96 | 0.43 |
| Hex | D6 | 4 | 4F | 0 | 62 | 3F | 10 | 153 | 60 | 2B |
| Octal | 326 | 4 | 117 | 0 | 142 | 77 | 20 | 523 | 140 | 53 |
| Binary | 11010110 | 100 | 1001111 | 0 | 1100010 | 111111 | 10000 | 101010011 | 1100000 | 101011 |
Color Harmonies of #D6044F
Complementary color
Monochromatic Colors of #D6044F
Black with #D6044F
Text Example
Text Example
White with #D6044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6044F; }
p { color: rgb(214,4,79); }
H1.HeaderClassName
{
color: #D6044F;
}
.AnyTagClassName
{
color: #D6044F;
}
</style>
background-color css
<style>
a { background-color: #D6044F; }
a { background-color: rgb(214,4,79); }
div.DivClassName
{
background-color: #D6044F;
}
.BgClassName
{
background-color: #D6044F;
}
</style>
border-color css
<style>
span { border-color: #D6044F; }
span { border-color: rgb(214,4,79); }
td.TdClassName
{
border-color: #D6044F;
}
.TagClassName
{
border-color: #D6044F;
}
</style>