Shades of Razzmatazz #D0094F
Tints of Razzmatazz #D0094F
RGB
CMYK
RGB Variations
Color information
#D0094F (or 0xD0094F) is known color: Razzmatazz. HEX triplet: D0, 09 and 4F. RGB value is (208,9,79). Sum of RGB (Red+Green+Blue) = 208+9+79=296 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.27% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 208 - color contains mainly: red. Hex color #D0094F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0094F is #2FF6B0. Grayscale: #4C4C4C. Windows color (decimal): -3143345 or 5179856. OLE color: 5179856.
HSL color Cylindrical-coordinate representation of color #D0094F: hue angle of 338.89º degrees, saturation: 0.92, 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 #D0094F is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 9 | 79 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.18 |
| HSL | 338.89º | 0.92% | 0.43% | - |
| HSV(B) | 338.89º | 0.96% | 0.82% | - |
| XYZ | 27.52 | 14.17 | 8.68 | - |
| YUV | 76.48 | 129.43 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 79 | 0 | 0.96 | 0.62 | 0.18 | 338.89 | 0.92 | 0.43 |
| Hex | D0 | 9 | 4F | 0 | 60 | 3E | 12 | 153 | 5C | 2B |
| Octal | 320 | 11 | 117 | 0 | 140 | 76 | 22 | 523 | 134 | 53 |
| Binary | 11010000 | 1001 | 1001111 | 0 | 1100000 | 111110 | 10010 | 101010011 | 1011100 | 101011 |
Color Harmonies of #D0094F
Complementary color
Monochromatic Colors of #D0094F
Black with #D0094F
Text Example
Text Example
White with #D0094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0094F; }
p { color: rgb(208,9,79); }
H1.HeaderClassName
{
color: #D0094F;
}
.AnyTagClassName
{
color: #D0094F;
}
</style>
background-color css
<style>
a { background-color: #D0094F; }
a { background-color: rgb(208,9,79); }
div.DivClassName
{
background-color: #D0094F;
}
.BgClassName
{
background-color: #D0094F;
}
</style>
border-color css
<style>
span { border-color: #D0094F; }
span { border-color: rgb(208,9,79); }
td.TdClassName
{
border-color: #D0094F;
}
.TagClassName
{
border-color: #D0094F;
}
</style>