Shades of Razzmatazz #D0035B
Tints of Razzmatazz #D0035B
RGB
CMYK
RGB Variations
Color information
#D0035B (or 0xD0035B) is known color: Razzmatazz. HEX triplet: D0, 03 and 5B. RGB value is (208,3,91). Sum of RGB (Red+Green+Blue) = 208+3+91=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0035B is #2FFCA4. Grayscale: #4A4A4A. Windows color (decimal): -3144869 or 5964752. OLE color: 5964752.
HSL color Cylindrical-coordinate representation of color #D0035B: hue angle of 334.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0035B is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 91 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.18 |
| HSL | 334.24º | 0.97% | 0.41% | - |
| HSV(B) | 334.24º | 0.99% | 0.82% | - |
| XYZ | 27.93 | 14.23 | 11.17 | - |
| YUV | 74.33 | 137.42 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 91 | 0 | 0.99 | 0.56 | 0.18 | 334.24 | 0.97 | 0.41 |
| Hex | D0 | 3 | 5B | 0 | 63 | 38 | 12 | 14E | 61 | 29 |
| Octal | 320 | 3 | 133 | 0 | 143 | 70 | 22 | 516 | 141 | 51 |
| Binary | 11010000 | 11 | 1011011 | 0 | 1100011 | 111000 | 10010 | 101001110 | 1100001 | 101001 |
Color Harmonies of #D0035B
Complementary color
Monochromatic Colors of #D0035B
Black with #D0035B
Text Example
Text Example
White with #D0035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0035B; }
p { color: rgb(208,3,91); }
H1.HeaderClassName
{
color: #D0035B;
}
.AnyTagClassName
{
color: #D0035B;
}
</style>
background-color css
<style>
a { background-color: #D0035B; }
a { background-color: rgb(208,3,91); }
div.DivClassName
{
background-color: #D0035B;
}
.BgClassName
{
background-color: #D0035B;
}
</style>
border-color css
<style>
span { border-color: #D0035B; }
span { border-color: rgb(208,3,91); }
td.TdClassName
{
border-color: #D0035B;
}
.TagClassName
{
border-color: #D0035B;
}
</style>