Shades of Razzmatazz #D5015F
Tints of Razzmatazz #D5015F
RGB
CMYK
RGB Variations
Color information
#D5015F (or 0xD5015F) is known color: Razzmatazz. HEX triplet: D5, 01 and 5F. RGB value is (213,1,95). Sum of RGB (Red+Green+Blue) = 213+1+95=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5015F is #2AFEA0. Grayscale: #4A4A4A. Windows color (decimal): -2817697 or 6226389. OLE color: 6226389.
HSL color Cylindrical-coordinate representation of color #D5015F: hue angle of 333.4º 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 #D5015F is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.16 |
| HSL | 333.4º | 0.99% | 0.42% | - |
| HSV(B) | 333.4º | 1% | 0.84% | - |
| XYZ | 29.52 | 14.99 | 12.16 | - |
| YUV | 75.1 | 139.24 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 95 | 0 | 1.00 | 0.55 | 0.16 | 333.4 | 0.99 | 0.42 |
| Hex | D5 | 1 | 5F | 0 | 64 | 37 | 10 | 14D | 63 | 2A |
| Octal | 325 | 1 | 137 | 0 | 144 | 67 | 20 | 515 | 143 | 52 |
| Binary | 11010101 | 1 | 1011111 | 0 | 1100100 | 110111 | 10000 | 101001101 | 1100011 | 101010 |
Color Harmonies of #D5015F
Complementary color
Monochromatic Colors of #D5015F
Black with #D5015F
Text Example
Text Example
White with #D5015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5015F; }
p { color: rgb(213,1,95); }
H1.HeaderClassName
{
color: #D5015F;
}
.AnyTagClassName
{
color: #D5015F;
}
</style>
background-color css
<style>
a { background-color: #D5015F; }
a { background-color: rgb(213,1,95); }
div.DivClassName
{
background-color: #D5015F;
}
.BgClassName
{
background-color: #D5015F;
}
</style>
border-color css
<style>
span { border-color: #D5015F; }
span { border-color: rgb(213,1,95); }
td.TdClassName
{
border-color: #D5015F;
}
.TagClassName
{
border-color: #D5015F;
}
</style>