Shades of Razzmatazz #D2074B
Tints of Razzmatazz #D2074B
RGB
CMYK
RGB Variations
Color information
#D2074B (or 0xD2074B) is known color: Razzmatazz. HEX triplet: D2, 07 and 4B. RGB value is (210,7,75). Sum of RGB (Red+Green+Blue) = 210+7+75=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2074B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2074B is #2DF8B4. Grayscale: #4B4B4B. Windows color (decimal): -3012789 or 4917202. OLE color: 4917202.
HSL color Cylindrical-coordinate representation of color #D2074B: hue angle of 339.9º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2074B is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 75 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.18 |
| HSL | 339.9º | 0.94% | 0.43% | - |
| HSV(B) | 339.9º | 0.97% | 0.82% | - |
| XYZ | 27.92 | 14.36 | 7.96 | - |
| YUV | 75.45 | 127.75 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 75 | 0 | 0.97 | 0.64 | 0.18 | 339.9 | 0.94 | 0.43 |
| Hex | D2 | 7 | 4B | 0 | 61 | 40 | 12 | 154 | 5E | 2B |
| Octal | 322 | 7 | 113 | 0 | 141 | 100 | 22 | 524 | 136 | 53 |
| Binary | 11010010 | 111 | 1001011 | 0 | 1100001 | 1000000 | 10010 | 101010100 | 1011110 | 101011 |
Color Harmonies of #D2074B
Complementary color
Monochromatic Colors of #D2074B
Black with #D2074B
Text Example
Text Example
White with #D2074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2074B; }
p { color: rgb(210,7,75); }
H1.HeaderClassName
{
color: #D2074B;
}
.AnyTagClassName
{
color: #D2074B;
}
</style>
background-color css
<style>
a { background-color: #D2074B; }
a { background-color: rgb(210,7,75); }
div.DivClassName
{
background-color: #D2074B;
}
.BgClassName
{
background-color: #D2074B;
}
</style>
border-color css
<style>
span { border-color: #D2074B; }
span { border-color: rgb(210,7,75); }
td.TdClassName
{
border-color: #D2074B;
}
.TagClassName
{
border-color: #D2074B;
}
</style>