Shades of Razzmatazz #D1014E
Tints of Razzmatazz #D1014E
RGB
CMYK
RGB Variations
Color information
#D1014E (or 0xD1014E) is known color: Razzmatazz. HEX triplet: D1, 01 and 4E. RGB value is (209,1,78). Sum of RGB (Red+Green+Blue) = 209+1+78=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D1014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1014E is #2EFEB1. Grayscale: #474747. Windows color (decimal): -3079858 or 5112273. OLE color: 5112273.
HSL color Cylindrical-coordinate representation of color #D1014E: hue angle of 337.79º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1014E is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.18 |
| HSL | 337.79º | 0.99% | 0.41% | - |
| HSV(B) | 337.79º | 1% | 0.82% | - |
| XYZ | 27.68 | 14.13 | 8.48 | - |
| YUV | 71.97 | 131.41 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 78 | 0 | 1.00 | 0.63 | 0.18 | 337.79 | 0.99 | 0.41 |
| Hex | D1 | 1 | 4E | 0 | 64 | 3F | 12 | 152 | 63 | 29 |
| Octal | 321 | 1 | 116 | 0 | 144 | 77 | 22 | 522 | 143 | 51 |
| Binary | 11010001 | 1 | 1001110 | 0 | 1100100 | 111111 | 10010 | 101010010 | 1100011 | 101001 |
Color Harmonies of #D1014E
Complementary color
Monochromatic Colors of #D1014E
Black with #D1014E
Text Example
Text Example
White with #D1014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1014E; }
p { color: rgb(209,1,78); }
H1.HeaderClassName
{
color: #D1014E;
}
.AnyTagClassName
{
color: #D1014E;
}
</style>
background-color css
<style>
a { background-color: #D1014E; }
a { background-color: rgb(209,1,78); }
div.DivClassName
{
background-color: #D1014E;
}
.BgClassName
{
background-color: #D1014E;
}
</style>
border-color css
<style>
span { border-color: #D1014E; }
span { border-color: rgb(209,1,78); }
td.TdClassName
{
border-color: #D1014E;
}
.TagClassName
{
border-color: #D1014E;
}
</style>