Shades of Razzmatazz #D2035C
Tints of Razzmatazz #D2035C
RGB
CMYK
RGB Variations
Color information
#D2035C (or 0xD2035C) is known color: Razzmatazz. HEX triplet: D2, 03 and 5C. RGB value is (210,3,92). Sum of RGB (Red+Green+Blue) = 210+3+92=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2035C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2035C is #2DFCA3. Grayscale: #4A4A4A. Windows color (decimal): -3013796 or 6030290. OLE color: 6030290.
HSL color Cylindrical-coordinate representation of color #D2035C: hue angle of 334.2º 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 #D2035C is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 92 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.18 |
| HSL | 334.2º | 0.97% | 0.42% | - |
| HSV(B) | 334.2º | 0.99% | 0.82% | - |
| XYZ | 28.54 | 14.54 | 11.43 | - |
| YUV | 75.04 | 137.58 | 224.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 92 | 0 | 0.99 | 0.56 | 0.18 | 334.2 | 0.97 | 0.42 |
| Hex | D2 | 3 | 5C | 0 | 63 | 38 | 12 | 14E | 61 | 2A |
| Octal | 322 | 3 | 134 | 0 | 143 | 70 | 22 | 516 | 141 | 52 |
| Binary | 11010010 | 11 | 1011100 | 0 | 1100011 | 111000 | 10010 | 101001110 | 1100001 | 101010 |
Color Harmonies of #D2035C
Complementary color
Monochromatic Colors of #D2035C
Black with #D2035C
Text Example
Text Example
White with #D2035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2035C; }
p { color: rgb(210,3,92); }
H1.HeaderClassName
{
color: #D2035C;
}
.AnyTagClassName
{
color: #D2035C;
}
</style>
background-color css
<style>
a { background-color: #D2035C; }
a { background-color: rgb(210,3,92); }
div.DivClassName
{
background-color: #D2035C;
}
.BgClassName
{
background-color: #D2035C;
}
</style>
border-color css
<style>
span { border-color: #D2035C; }
span { border-color: rgb(210,3,92); }
td.TdClassName
{
border-color: #D2035C;
}
.TagClassName
{
border-color: #D2035C;
}
</style>