Shades of Razzmatazz #D1035C
Tints of Razzmatazz #D1035C
RGB
CMYK
RGB Variations
Color information
#D1035C (or 0xD1035C) is known color: Razzmatazz. HEX triplet: D1, 03 and 5C. RGB value is (209,3,92). Sum of RGB (Red+Green+Blue) = 209+3+92=304 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.75% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 209 - color contains mainly: red. Hex color #D1035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1035C is #2EFCA3. Grayscale: #4A4A4A. Windows color (decimal): -3079332 or 6030289. OLE color: 6030289.
HSL color Cylindrical-coordinate representation of color #D1035C: hue angle of 334.08º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1035C is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.18 |
| HSL | 334.08º | 0.97% | 0.42% | - |
| HSV(B) | 334.08º | 0.99% | 0.82% | - |
| XYZ | 28.26 | 14.39 | 11.41 | - |
| YUV | 74.74 | 137.75 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 92 | 0 | 0.99 | 0.56 | 0.18 | 334.08 | 0.97 | 0.42 |
| Hex | D1 | 3 | 5C | 0 | 63 | 38 | 12 | 14E | 61 | 2A |
| Octal | 321 | 3 | 134 | 0 | 143 | 70 | 22 | 516 | 141 | 52 |
| Binary | 11010001 | 11 | 1011100 | 0 | 1100011 | 111000 | 10010 | 101001110 | 1100001 | 101010 |
Color Harmonies of #D1035C
Complementary color
Monochromatic Colors of #D1035C
Black with #D1035C
Text Example
Text Example
White with #D1035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1035C; }
p { color: rgb(209,3,92); }
H1.HeaderClassName
{
color: #D1035C;
}
.AnyTagClassName
{
color: #D1035C;
}
</style>
background-color css
<style>
a { background-color: #D1035C; }
a { background-color: rgb(209,3,92); }
div.DivClassName
{
background-color: #D1035C;
}
.BgClassName
{
background-color: #D1035C;
}
</style>
border-color css
<style>
span { border-color: #D1035C; }
span { border-color: rgb(209,3,92); }
td.TdClassName
{
border-color: #D1035C;
}
.TagClassName
{
border-color: #D1035C;
}
</style>