Shades of Razzmatazz #D0084D
Tints of Razzmatazz #D0084D
RGB
CMYK
RGB Variations
Color information
#D0084D (or 0xD0084D) is known color: Razzmatazz. HEX triplet: D0, 08 and 4D. RGB value is (208,8,77). Sum of RGB (Red+Green+Blue) = 208+8+77=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0084D is #2FF7B2. Grayscale: #4B4B4B. Windows color (decimal): -3143603 or 5048528. OLE color: 5048528.
HSL color Cylindrical-coordinate representation of color #D0084D: hue angle of 339.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0084D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.18 |
| HSL | 339.3º | 0.93% | 0.42% | - |
| HSV(B) | 339.3º | 0.96% | 0.82% | - |
| XYZ | 27.44 | 14.12 | 8.3 | - |
| YUV | 75.67 | 128.76 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 8 | 77 | 0 | 0.96 | 0.63 | 0.18 | 339.3 | 0.93 | 0.42 |
| Hex | D0 | 8 | 4D | 0 | 60 | 3F | 12 | 153 | 5D | 2A |
| Octal | 320 | 10 | 115 | 0 | 140 | 77 | 22 | 523 | 135 | 52 |
| Binary | 11010000 | 1000 | 1001101 | 0 | 1100000 | 111111 | 10010 | 101010011 | 1011101 | 101010 |
Color Harmonies of #D0084D
Complementary color
Monochromatic Colors of #D0084D
Black with #D0084D
Text Example
Text Example
White with #D0084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0084D; }
p { color: rgb(208,8,77); }
H1.HeaderClassName
{
color: #D0084D;
}
.AnyTagClassName
{
color: #D0084D;
}
</style>
background-color css
<style>
a { background-color: #D0084D; }
a { background-color: rgb(208,8,77); }
div.DivClassName
{
background-color: #D0084D;
}
.BgClassName
{
background-color: #D0084D;
}
</style>
border-color css
<style>
span { border-color: #D0084D; }
span { border-color: rgb(208,8,77); }
td.TdClassName
{
border-color: #D0084D;
}
.TagClassName
{
border-color: #D0084D;
}
</style>