Shades of Razzmatazz #D5014E
Tints of Razzmatazz #D5014E
RGB
CMYK
RGB Variations
Color information
#D5014E (or 0xD5014E) is known color: Razzmatazz. HEX triplet: D5, 01 and 4E. RGB value is (213,1,78). Sum of RGB (Red+Green+Blue) = 213+1+78=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5014E is #2AFEB1. Grayscale: #494949. Windows color (decimal): -2817714 or 5112277. OLE color: 5112277.
HSL color Cylindrical-coordinate representation of color #D5014E: hue angle of 338.21º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5014E is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.16 |
| HSL | 338.21º | 0.99% | 0.42% | - |
| HSV(B) | 338.21º | 1% | 0.84% | - |
| XYZ | 28.83 | 14.72 | 8.53 | - |
| YUV | 73.17 | 130.74 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 78 | 0 | 1.00 | 0.63 | 0.16 | 338.21 | 0.99 | 0.42 |
| Hex | D5 | 1 | 4E | 0 | 64 | 3F | 10 | 152 | 63 | 2A |
| Octal | 325 | 1 | 116 | 0 | 144 | 77 | 20 | 522 | 143 | 52 |
| Binary | 11010101 | 1 | 1001110 | 0 | 1100100 | 111111 | 10000 | 101010010 | 1100011 | 101010 |
Color Harmonies of #D5014E
Complementary color
Monochromatic Colors of #D5014E
Black with #D5014E
Text Example
Text Example
White with #D5014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5014E; }
p { color: rgb(213,1,78); }
H1.HeaderClassName
{
color: #D5014E;
}
.AnyTagClassName
{
color: #D5014E;
}
</style>
background-color css
<style>
a { background-color: #D5014E; }
a { background-color: rgb(213,1,78); }
div.DivClassName
{
background-color: #D5014E;
}
.BgClassName
{
background-color: #D5014E;
}
</style>
border-color css
<style>
span { border-color: #D5014E; }
span { border-color: rgb(213,1,78); }
td.TdClassName
{
border-color: #D5014E;
}
.TagClassName
{
border-color: #D5014E;
}
</style>