Shades of Razzmatazz #D6084D
Tints of Razzmatazz #D6084D
RGB
CMYK
RGB Variations
Color information
#D6084D (or 0xD6084D) is known color: Razzmatazz. HEX triplet: D6, 08 and 4D. RGB value is (214,8,77). Sum of RGB (Red+Green+Blue) = 214+8+77=299 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.57% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 214 - color contains mainly: red. Hex color #D6084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6084D is #29F7B2. Grayscale: #4D4D4D. Windows color (decimal): -2750387 or 5048534. OLE color: 5048534.
HSL color Cylindrical-coordinate representation of color #D6084D: hue angle of 339.9º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6084D is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.16 |
| HSL | 339.9º | 0.93% | 0.44% | - |
| HSV(B) | 339.9º | 0.96% | 0.84% | - |
| XYZ | 29.16 | 15.01 | 8.38 | - |
| YUV | 77.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 77 | 0 | 0.96 | 0.64 | 0.16 | 339.9 | 0.93 | 0.44 |
| Hex | D6 | 8 | 4D | 0 | 60 | 40 | 10 | 154 | 5D | 2C |
| Octal | 326 | 10 | 115 | 0 | 140 | 100 | 20 | 524 | 135 | 54 |
| Binary | 11010110 | 1000 | 1001101 | 0 | 1100000 | 1000000 | 10000 | 101010100 | 1011101 | 101100 |
Color Harmonies of #D6084D
Complementary color
Monochromatic Colors of #D6084D
Black with #D6084D
Text Example
Text Example
White with #D6084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6084D; }
p { color: rgb(214,8,77); }
H1.HeaderClassName
{
color: #D6084D;
}
.AnyTagClassName
{
color: #D6084D;
}
</style>
background-color css
<style>
a { background-color: #D6084D; }
a { background-color: rgb(214,8,77); }
div.DivClassName
{
background-color: #D6084D;
}
.BgClassName
{
background-color: #D6084D;
}
</style>
border-color css
<style>
span { border-color: #D6084D; }
span { border-color: rgb(214,8,77); }
td.TdClassName
{
border-color: #D6084D;
}
.TagClassName
{
border-color: #D6084D;
}
</style>