Shades of Razzmatazz #D1015F
Tints of Razzmatazz #D1015F
RGB
CMYK
RGB Variations
Color information
#D1015F (or 0xD1015F) is known color: Razzmatazz. HEX triplet: D1, 01 and 5F. RGB value is (209,1,95). Sum of RGB (Red+Green+Blue) = 209+1+95=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1015F is #2EFEA0. Grayscale: #494949. Windows color (decimal): -3079841 or 6226385. OLE color: 6226385.
HSL color Cylindrical-coordinate representation of color #D1015F: hue angle of 332.88º 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 #D1015F is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 95 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.18 |
| HSL | 332.88º | 0.99% | 0.41% | - |
| HSV(B) | 332.88º | 1% | 0.82% | - |
| XYZ | 28.37 | 14.4 | 12.11 | - |
| YUV | 73.91 | 139.91 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 95 | 0 | 1.00 | 0.55 | 0.18 | 332.88 | 0.99 | 0.41 |
| Hex | D1 | 1 | 5F | 0 | 64 | 37 | 12 | 14D | 63 | 29 |
| Octal | 321 | 1 | 137 | 0 | 144 | 67 | 22 | 515 | 143 | 51 |
| Binary | 11010001 | 1 | 1011111 | 0 | 1100100 | 110111 | 10010 | 101001101 | 1100011 | 101001 |
Color Harmonies of #D1015F
Complementary color
Monochromatic Colors of #D1015F
Black with #D1015F
Text Example
Text Example
White with #D1015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1015F; }
p { color: rgb(209,1,95); }
H1.HeaderClassName
{
color: #D1015F;
}
.AnyTagClassName
{
color: #D1015F;
}
</style>
background-color css
<style>
a { background-color: #D1015F; }
a { background-color: rgb(209,1,95); }
div.DivClassName
{
background-color: #D1015F;
}
.BgClassName
{
background-color: #D1015F;
}
</style>
border-color css
<style>
span { border-color: #D1015F; }
span { border-color: rgb(209,1,95); }
td.TdClassName
{
border-color: #D1015F;
}
.TagClassName
{
border-color: #D1015F;
}
</style>