Shades of Razzmatazz #D0004F
Tints of Razzmatazz #D0004F
RGB
CMYK
RGB Variations
Color information
#D0004F (or 0xD0004F) is known color: Razzmatazz. HEX triplet: D0, 00 and 4F. RGB value is (208,0,79). Sum of RGB (Red+Green+Blue) = 208+0+79=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D0004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0004F is #2FFFB0. Grayscale: #474747. Windows color (decimal): -3145649 or 5177552. OLE color: 5177552.
HSL color Cylindrical-coordinate representation of color #D0004F: hue angle of 337.21º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0004F is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.62 | 0.18 |
| HSL | 337.21º | 1% | 0.41% | - |
| HSV(B) | 337.21º | 1% | 0.82% | - |
| XYZ | 27.42 | 13.97 | 8.65 | - |
| YUV | 71.2 | 132.41 | 225.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 79 | 0 | 1 | 0.62 | 0.18 | 337.21 | 1 | 0.41 |
| Hex | D0 | 0 | 4F | 0 | 64 | 3E | 12 | 151 | 64 | 29 |
| Octal | 320 | 0 | 117 | 0 | 144 | 76 | 22 | 521 | 144 | 51 |
| Binary | 11010000 | 0 | 1001111 | 0 | 1100100 | 111110 | 10010 | 101010001 | 1100100 | 101001 |
Color Harmonies of #D0004F
Complementary color
Monochromatic Colors of #D0004F
Black with #D0004F
Text Example
Text Example
White with #D0004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0004F; }
p { color: rgb(208,0,79); }
H1.HeaderClassName
{
color: #D0004F;
}
.AnyTagClassName
{
color: #D0004F;
}
</style>
background-color css
<style>
a { background-color: #D0004F; }
a { background-color: rgb(208,0,79); }
div.DivClassName
{
background-color: #D0004F;
}
.BgClassName
{
background-color: #D0004F;
}
</style>
border-color css
<style>
span { border-color: #D0004F; }
span { border-color: rgb(208,0,79); }
td.TdClassName
{
border-color: #D0004F;
}
.TagClassName
{
border-color: #D0004F;
}
</style>