Shades of Razzmatazz #D90D4C
Tints of Razzmatazz #D90D4C
RGB
CMYK
RGB Variations
Color information
#D90D4C (or 0xD90D4C) is known color: Razzmatazz. HEX triplet: D9, 0D and 4C. RGB value is (217,13,76). Sum of RGB (Red+Green+Blue) = 217+13+76=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90D4C is #26F2B3. Grayscale: #515151. Windows color (decimal): -2552500 or 4984281. OLE color: 4984281.
HSL color Cylindrical-coordinate representation of color #D90D4C: hue angle of 341.47º degrees, saturation: 0.89, 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 #D90D4C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 76 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.15 |
| HSL | 341.47º | 0.89% | 0.45% | - |
| HSV(B) | 341.47º | 0.94% | 0.85% | - |
| XYZ | 30.06 | 15.56 | 8.26 | - |
| YUV | 81.18 | 125.09 | 224.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 76 | 0 | 0.94 | 0.65 | 0.15 | 341.47 | 0.89 | 0.45 |
| Hex | D9 | D | 4C | 0 | 5E | 41 | F | 155 | 59 | 2D |
| Octal | 331 | 15 | 114 | 0 | 136 | 101 | 17 | 525 | 131 | 55 |
| Binary | 11011001 | 1101 | 1001100 | 0 | 1011110 | 1000001 | 1111 | 101010101 | 1011001 | 101101 |
Color Harmonies of #D90D4C
Complementary color
Monochromatic Colors of #D90D4C
Black with #D90D4C
Text Example
Text Example
White with #D90D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D4C; }
p { color: rgb(217,13,76); }
H1.HeaderClassName
{
color: #D90D4C;
}
.AnyTagClassName
{
color: #D90D4C;
}
</style>
background-color css
<style>
a { background-color: #D90D4C; }
a { background-color: rgb(217,13,76); }
div.DivClassName
{
background-color: #D90D4C;
}
.BgClassName
{
background-color: #D90D4C;
}
</style>
border-color css
<style>
span { border-color: #D90D4C; }
span { border-color: rgb(217,13,76); }
td.TdClassName
{
border-color: #D90D4C;
}
.TagClassName
{
border-color: #D90D4C;
}
</style>