Shades of Razzmatazz #D90C54
Tints of Razzmatazz #D90C54
RGB
CMYK
RGB Variations
Color information
#D90C54 (or 0xD90C54) is known color: Razzmatazz. HEX triplet: D9, 0C and 54. RGB value is (217,12,84). Sum of RGB (Red+Green+Blue) = 217+12+84=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D90C54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90C54 is #26F3AB. Grayscale: #515151. Windows color (decimal): -2552748 or 5508313. OLE color: 5508313.
HSL color Cylindrical-coordinate representation of color #D90C54: hue angle of 338.93º 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 #D90C54 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 84 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.15 |
| HSL | 338.93º | 0.9% | 0.45% | - |
| HSV(B) | 338.93º | 0.94% | 0.85% | - |
| XYZ | 30.35 | 15.65 | 9.81 | - |
| YUV | 81.5 | 129.42 | 224.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 84 | 0 | 0.94 | 0.61 | 0.15 | 338.93 | 0.9 | 0.45 |
| Hex | D9 | C | 54 | 0 | 5E | 3D | F | 153 | 5A | 2D |
| Octal | 331 | 14 | 124 | 0 | 136 | 75 | 17 | 523 | 132 | 55 |
| Binary | 11011001 | 1100 | 1010100 | 0 | 1011110 | 111101 | 1111 | 101010011 | 1011010 | 101101 |
Color Harmonies of #D90C54
Complementary color
Monochromatic Colors of #D90C54
Black with #D90C54
Text Example
Text Example
White with #D90C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90C54; }
p { color: rgb(217,12,84); }
H1.HeaderClassName
{
color: #D90C54;
}
.AnyTagClassName
{
color: #D90C54;
}
</style>
background-color css
<style>
a { background-color: #D90C54; }
a { background-color: rgb(217,12,84); }
div.DivClassName
{
background-color: #D90C54;
}
.BgClassName
{
background-color: #D90C54;
}
</style>
border-color css
<style>
span { border-color: #D90C54; }
span { border-color: rgb(217,12,84); }
td.TdClassName
{
border-color: #D90C54;
}
.TagClassName
{
border-color: #D90C54;
}
</style>