Shades of Razzmatazz #D90E4D
Tints of Razzmatazz #D90E4D
RGB
CMYK
RGB Variations
Color information
#D90E4D (or 0xD90E4D) is known color: Razzmatazz. HEX triplet: D9, 0E and 4D. RGB value is (217,14,77). Sum of RGB (Red+Green+Blue) = 217+14+77=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E4D is #26F1B2. Grayscale: #515151. Windows color (decimal): -2552243 or 5050073. OLE color: 5050073.
HSL color Cylindrical-coordinate representation of color #D90E4D: hue angle of 341.38º degrees, saturation: 0.88, 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 #D90E4D is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 77 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.15 |
| HSL | 341.38º | 0.88% | 0.45% | - |
| HSV(B) | 341.38º | 0.94% | 0.85% | - |
| XYZ | 30.11 | 15.6 | 8.45 | - |
| YUV | 81.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 77 | 0 | 0.94 | 0.65 | 0.15 | 341.38 | 0.88 | 0.45 |
| Hex | D9 | E | 4D | 0 | 5E | 41 | F | 155 | 58 | 2D |
| Octal | 331 | 16 | 115 | 0 | 136 | 101 | 17 | 525 | 130 | 55 |
| Binary | 11011001 | 1110 | 1001101 | 0 | 1011110 | 1000001 | 1111 | 101010101 | 1011000 | 101101 |
Color Harmonies of #D90E4D
Complementary color
Monochromatic Colors of #D90E4D
Black with #D90E4D
Text Example
Text Example
White with #D90E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E4D; }
p { color: rgb(217,14,77); }
H1.HeaderClassName
{
color: #D90E4D;
}
.AnyTagClassName
{
color: #D90E4D;
}
</style>
background-color css
<style>
a { background-color: #D90E4D; }
a { background-color: rgb(217,14,77); }
div.DivClassName
{
background-color: #D90E4D;
}
.BgClassName
{
background-color: #D90E4D;
}
</style>
border-color css
<style>
span { border-color: #D90E4D; }
span { border-color: rgb(217,14,77); }
td.TdClassName
{
border-color: #D90E4D;
}
.TagClassName
{
border-color: #D90E4D;
}
</style>