Shades of Razzmatazz #D90D4E
Tints of Razzmatazz #D90D4E
RGB
CMYK
RGB Variations
Color information
#D90D4E (or 0xD90D4E) is known color: Razzmatazz. HEX triplet: D9, 0D and 4E. RGB value is (217,13,78). Sum of RGB (Red+Green+Blue) = 217+13+78=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D4E is #26F2B1. Grayscale: #515151. Windows color (decimal): -2552498 or 5115353. OLE color: 5115353.
HSL color Cylindrical-coordinate representation of color #D90D4E: hue angle of 340.88º 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 #D90D4E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.15 |
| HSL | 340.88º | 0.89% | 0.45% | - |
| HSV(B) | 340.88º | 0.94% | 0.85% | - |
| XYZ | 30.13 | 15.59 | 8.63 | - |
| YUV | 81.41 | 126.09 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 78 | 0 | 0.94 | 0.64 | 0.15 | 340.88 | 0.89 | 0.45 |
| Hex | D9 | D | 4E | 0 | 5E | 40 | F | 155 | 59 | 2D |
| Octal | 331 | 15 | 116 | 0 | 136 | 100 | 17 | 525 | 131 | 55 |
| Binary | 11011001 | 1101 | 1001110 | 0 | 1011110 | 1000000 | 1111 | 101010101 | 1011001 | 101101 |
Color Harmonies of #D90D4E
Complementary color
Monochromatic Colors of #D90D4E
Black with #D90D4E
Text Example
Text Example
White with #D90D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D4E; }
p { color: rgb(217,13,78); }
H1.HeaderClassName
{
color: #D90D4E;
}
.AnyTagClassName
{
color: #D90D4E;
}
</style>
background-color css
<style>
a { background-color: #D90D4E; }
a { background-color: rgb(217,13,78); }
div.DivClassName
{
background-color: #D90D4E;
}
.BgClassName
{
background-color: #D90D4E;
}
</style>
border-color css
<style>
span { border-color: #D90D4E; }
span { border-color: rgb(217,13,78); }
td.TdClassName
{
border-color: #D90D4E;
}
.TagClassName
{
border-color: #D90D4E;
}
</style>