Shades of Razzmatazz #D2084D
Tints of Razzmatazz #D2084D
RGB
CMYK
RGB Variations
Color information
#D2084D (or 0xD2084D) is known color: Razzmatazz. HEX triplet: D2, 08 and 4D. RGB value is (210,8,77). Sum of RGB (Red+Green+Blue) = 210+8+77=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2084D is #2DF7B2. Grayscale: #4C4C4C. Windows color (decimal): -3012531 or 5048530. OLE color: 5048530.
HSL color Cylindrical-coordinate representation of color #D2084D: hue angle of 339.5º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2084D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.18 |
| HSL | 339.5º | 0.93% | 0.43% | - |
| HSV(B) | 339.5º | 0.96% | 0.82% | - |
| XYZ | 28 | 14.41 | 8.33 | - |
| YUV | 76.26 | 128.42 | 223.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 8 | 77 | 0 | 0.96 | 0.63 | 0.18 | 339.5 | 0.93 | 0.43 |
| Hex | D2 | 8 | 4D | 0 | 60 | 3F | 12 | 154 | 5D | 2B |
| Octal | 322 | 10 | 115 | 0 | 140 | 77 | 22 | 524 | 135 | 53 |
| Binary | 11010010 | 1000 | 1001101 | 0 | 1100000 | 111111 | 10010 | 101010100 | 1011101 | 101011 |
Color Harmonies of #D2084D
Complementary color
Monochromatic Colors of #D2084D
Black with #D2084D
Text Example
Text Example
White with #D2084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2084D; }
p { color: rgb(210,8,77); }
H1.HeaderClassName
{
color: #D2084D;
}
.AnyTagClassName
{
color: #D2084D;
}
</style>
background-color css
<style>
a { background-color: #D2084D; }
a { background-color: rgb(210,8,77); }
div.DivClassName
{
background-color: #D2084D;
}
.BgClassName
{
background-color: #D2084D;
}
</style>
border-color css
<style>
span { border-color: #D2084D; }
span { border-color: rgb(210,8,77); }
td.TdClassName
{
border-color: #D2084D;
}
.TagClassName
{
border-color: #D2084D;
}
</style>