Shades of Razzmatazz #D0074E
Tints of Razzmatazz #D0074E
RGB
CMYK
RGB Variations
Color information
#D0074E (or 0xD0074E) is known color: Razzmatazz. HEX triplet: D0, 07 and 4E. RGB value is (208,7,78). Sum of RGB (Red+Green+Blue) = 208+7+78=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0074E is #2FF8B1. Grayscale: #4B4B4B. Windows color (decimal): -3143858 or 5113808. OLE color: 5113808.
HSL color Cylindrical-coordinate representation of color #D0074E: hue angle of 338.81º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0074E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 78 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.18 |
| HSL | 338.81º | 0.93% | 0.42% | - |
| HSV(B) | 338.81º | 0.97% | 0.82% | - |
| XYZ | 27.46 | 14.11 | 8.48 | - |
| YUV | 75.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 78 | 0 | 0.97 | 0.62 | 0.18 | 338.81 | 0.93 | 0.42 |
| Hex | D0 | 7 | 4E | 0 | 61 | 3E | 12 | 153 | 5D | 2A |
| Octal | 320 | 7 | 116 | 0 | 141 | 76 | 22 | 523 | 135 | 52 |
| Binary | 11010000 | 111 | 1001110 | 0 | 1100001 | 111110 | 10010 | 101010011 | 1011101 | 101010 |
Color Harmonies of #D0074E
Complementary color
Monochromatic Colors of #D0074E
Black with #D0074E
Text Example
Text Example
White with #D0074E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0074E; }
p { color: rgb(208,7,78); }
H1.HeaderClassName
{
color: #D0074E;
}
.AnyTagClassName
{
color: #D0074E;
}
</style>
background-color css
<style>
a { background-color: #D0074E; }
a { background-color: rgb(208,7,78); }
div.DivClassName
{
background-color: #D0074E;
}
.BgClassName
{
background-color: #D0074E;
}
</style>
border-color css
<style>
span { border-color: #D0074E; }
span { border-color: rgb(208,7,78); }
td.TdClassName
{
border-color: #D0074E;
}
.TagClassName
{
border-color: #D0074E;
}
</style>