Shades of Razzmatazz #D90A5C
Tints of Razzmatazz #D90A5C
RGB
CMYK
RGB Variations
Color information
#D90A5C (or 0xD90A5C) is known color: Razzmatazz. HEX triplet: D9, 0A and 5C. RGB value is (217,10,92). Sum of RGB (Red+Green+Blue) = 217+10+92=319 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.03% from 319); Green value is 10 (4.30% from 255 or 3.13% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A5C is #26F5A3. Grayscale: #515151. Windows color (decimal): -2553252 or 6032089. OLE color: 6032089.
HSL color Cylindrical-coordinate representation of color #D90A5C: hue angle of 336.23º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90A5C is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 92 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.15 |
| HSL | 336.23º | 0.91% | 0.45% | - |
| HSV(B) | 336.23º | 0.95% | 0.85% | - |
| XYZ | 30.66 | 15.74 | 11.55 | - |
| YUV | 81.24 | 134.08 | 224.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 92 | 0 | 0.95 | 0.58 | 0.15 | 336.23 | 0.91 | 0.45 |
| Hex | D9 | A | 5C | 0 | 5F | 3A | F | 150 | 5B | 2D |
| Octal | 331 | 12 | 134 | 0 | 137 | 72 | 17 | 520 | 133 | 55 |
| Binary | 11011001 | 1010 | 1011100 | 0 | 1011111 | 111010 | 1111 | 101010000 | 1011011 | 101101 |
Color Harmonies of #D90A5C
Complementary color
Monochromatic Colors of #D90A5C
Black with #D90A5C
Text Example
Text Example
White with #D90A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A5C; }
p { color: rgb(217,10,92); }
H1.HeaderClassName
{
color: #D90A5C;
}
.AnyTagClassName
{
color: #D90A5C;
}
</style>
background-color css
<style>
a { background-color: #D90A5C; }
a { background-color: rgb(217,10,92); }
div.DivClassName
{
background-color: #D90A5C;
}
.BgClassName
{
background-color: #D90A5C;
}
</style>
border-color css
<style>
span { border-color: #D90A5C; }
span { border-color: rgb(217,10,92); }
td.TdClassName
{
border-color: #D90A5C;
}
.TagClassName
{
border-color: #D90A5C;
}
</style>