Shades of Razzmatazz #D7035C
Tints of Razzmatazz #D7035C
RGB
CMYK
RGB Variations
Color information
#D7035C (or 0xD7035C) is known color: Razzmatazz. HEX triplet: D7, 03 and 5C. RGB value is (215,3,92). Sum of RGB (Red+Green+Blue) = 215+3+92=310 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.35% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 215 - color contains mainly: red. Hex color #D7035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7035C is #28FCA3. Grayscale: #4C4C4C. Windows color (decimal): -2686116 or 6030295. OLE color: 6030295.
HSL color Cylindrical-coordinate representation of color #D7035C: hue angle of 334.81º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7035C is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.16 |
| HSL | 334.81º | 0.97% | 0.43% | - |
| HSV(B) | 334.81º | 0.99% | 0.84% | - |
| XYZ | 29.99 | 15.28 | 11.49 | - |
| YUV | 76.53 | 136.74 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 92 | 0 | 0.99 | 0.57 | 0.16 | 334.81 | 0.97 | 0.43 |
| Hex | D7 | 3 | 5C | 0 | 63 | 39 | 10 | 14F | 61 | 2B |
| Octal | 327 | 3 | 134 | 0 | 143 | 71 | 20 | 517 | 141 | 53 |
| Binary | 11010111 | 11 | 1011100 | 0 | 1100011 | 111001 | 10000 | 101001111 | 1100001 | 101011 |
Color Harmonies of #D7035C
Complementary color
Monochromatic Colors of #D7035C
Black with #D7035C
Text Example
Text Example
White with #D7035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7035C; }
p { color: rgb(215,3,92); }
H1.HeaderClassName
{
color: #D7035C;
}
.AnyTagClassName
{
color: #D7035C;
}
</style>
background-color css
<style>
a { background-color: #D7035C; }
a { background-color: rgb(215,3,92); }
div.DivClassName
{
background-color: #D7035C;
}
.BgClassName
{
background-color: #D7035C;
}
</style>
border-color css
<style>
span { border-color: #D7035C; }
span { border-color: rgb(215,3,92); }
td.TdClassName
{
border-color: #D7035C;
}
.TagClassName
{
border-color: #D7035C;
}
</style>