Shades of Razzmatazz #D1035D
Tints of Razzmatazz #D1035D
RGB
CMYK
RGB Variations
Color information
#D1035D (or 0xD1035D) is known color: Razzmatazz. HEX triplet: D1, 03 and 5D. RGB value is (209,3,93). Sum of RGB (Red+Green+Blue) = 209+3+93=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D1035D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1035D is #2EFCA2. Grayscale: #4A4A4A. Windows color (decimal): -3079331 or 6095825. OLE color: 6095825.
HSL color Cylindrical-coordinate representation of color #D1035D: hue angle of 333.79º 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 #D1035D is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 93 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.18 |
| HSL | 333.79º | 0.97% | 0.42% | - |
| HSV(B) | 333.79º | 0.99% | 0.82% | - |
| XYZ | 28.3 | 14.41 | 11.65 | - |
| YUV | 74.85 | 138.25 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 93 | 0 | 0.99 | 0.56 | 0.18 | 333.79 | 0.97 | 0.42 |
| Hex | D1 | 3 | 5D | 0 | 63 | 38 | 12 | 14E | 61 | 2A |
| Octal | 321 | 3 | 135 | 0 | 143 | 70 | 22 | 516 | 141 | 52 |
| Binary | 11010001 | 11 | 1011101 | 0 | 1100011 | 111000 | 10010 | 101001110 | 1100001 | 101010 |
Color Harmonies of #D1035D
Complementary color
Monochromatic Colors of #D1035D
Black with #D1035D
Text Example
Text Example
White with #D1035D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1035D; }
p { color: rgb(209,3,93); }
H1.HeaderClassName
{
color: #D1035D;
}
.AnyTagClassName
{
color: #D1035D;
}
</style>
background-color css
<style>
a { background-color: #D1035D; }
a { background-color: rgb(209,3,93); }
div.DivClassName
{
background-color: #D1035D;
}
.BgClassName
{
background-color: #D1035D;
}
</style>
border-color css
<style>
span { border-color: #D1035D; }
span { border-color: rgb(209,3,93); }
td.TdClassName
{
border-color: #D1035D;
}
.TagClassName
{
border-color: #D1035D;
}
</style>