Shades of Razzmatazz #D90349
Tints of Razzmatazz #D90349
RGB
CMYK
RGB Variations
Color information
#D90349 (or 0xD90349) is known color: Razzmatazz. HEX triplet: D9, 03 and 49. RGB value is (217,3,73). Sum of RGB (Red+Green+Blue) = 217+3+73=293 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.06% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 217 - color contains mainly: red. Hex color #D90349 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90349 is #26FCB6. Grayscale: #4A4A4A. Windows color (decimal): -2555063 or 4785113. OLE color: 4785113.
HSL color Cylindrical-coordinate representation of color #D90349: hue angle of 340.37º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90349 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 73 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.15 |
| HSL | 340.37º | 0.97% | 0.43% | - |
| HSV(B) | 340.37º | 0.99% | 0.85% | - |
| XYZ | 29.85 | 15.3 | 7.68 | - |
| YUV | 74.97 | 126.9 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 73 | 0 | 0.99 | 0.66 | 0.15 | 340.37 | 0.97 | 0.43 |
| Hex | D9 | 3 | 49 | 0 | 63 | 42 | F | 154 | 61 | 2B |
| Octal | 331 | 3 | 111 | 0 | 143 | 102 | 17 | 524 | 141 | 53 |
| Binary | 11011001 | 11 | 1001001 | 0 | 1100011 | 1000010 | 1111 | 101010100 | 1100001 | 101011 |
Color Harmonies of #D90349
Complementary color
Monochromatic Colors of #D90349
Black with #D90349
Text Example
Text Example
White with #D90349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90349; }
p { color: rgb(217,3,73); }
H1.HeaderClassName
{
color: #D90349;
}
.AnyTagClassName
{
color: #D90349;
}
</style>
background-color css
<style>
a { background-color: #D90349; }
a { background-color: rgb(217,3,73); }
div.DivClassName
{
background-color: #D90349;
}
.BgClassName
{
background-color: #D90349;
}
</style>
border-color css
<style>
span { border-color: #D90349; }
span { border-color: rgb(217,3,73); }
td.TdClassName
{
border-color: #D90349;
}
.TagClassName
{
border-color: #D90349;
}
</style>