Shades of Razzmatazz #D90C4C
Tints of Razzmatazz #D90C4C
RGB
CMYK
RGB Variations
Color information
#D90C4C (or 0xD90C4C) is known color: Razzmatazz. HEX triplet: D9, 0C and 4C. RGB value is (217,12,76). Sum of RGB (Red+Green+Blue) = 217+12+76=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90C4C is #26F3B3. Grayscale: #505050. Windows color (decimal): -2552756 or 4984025. OLE color: 4984025.
HSL color Cylindrical-coordinate representation of color #D90C4C: hue angle of 341.27º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90C4C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 76 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.15 |
| HSL | 341.27º | 0.9% | 0.45% | - |
| HSV(B) | 341.27º | 0.94% | 0.85% | - |
| XYZ | 30.05 | 15.54 | 8.25 | - |
| YUV | 80.59 | 125.42 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 76 | 0 | 0.94 | 0.65 | 0.15 | 341.27 | 0.9 | 0.45 |
| Hex | D9 | C | 4C | 0 | 5E | 41 | F | 155 | 5A | 2D |
| Octal | 331 | 14 | 114 | 0 | 136 | 101 | 17 | 525 | 132 | 55 |
| Binary | 11011001 | 1100 | 1001100 | 0 | 1011110 | 1000001 | 1111 | 101010101 | 1011010 | 101101 |
Color Harmonies of #D90C4C
Complementary color
Monochromatic Colors of #D90C4C
Black with #D90C4C
Text Example
Text Example
White with #D90C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C4C; }
p { color: rgb(217,12,76); }
H1.HeaderClassName
{
color: #D90C4C;
}
.AnyTagClassName
{
color: #D90C4C;
}
</style>
background-color css
<style>
a { background-color: #D90C4C; }
a { background-color: rgb(217,12,76); }
div.DivClassName
{
background-color: #D90C4C;
}
.BgClassName
{
background-color: #D90C4C;
}
</style>
border-color css
<style>
span { border-color: #D90C4C; }
span { border-color: rgb(217,12,76); }
td.TdClassName
{
border-color: #D90C4C;
}
.TagClassName
{
border-color: #D90C4C;
}
</style>