Shades of Razzmatazz #D90350
Tints of Razzmatazz #D90350
RGB
CMYK
RGB Variations
Color information
#D90350 (or 0xD90350) is known color: Razzmatazz. HEX triplet: D9, 03 and 50. RGB value is (217,3,80). Sum of RGB (Red+Green+Blue) = 217+3+80=300 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 217 - color contains mainly: red. Hex color #D90350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90350 is #26FCAF. Grayscale: #4B4B4B. Windows color (decimal): -2555056 or 5243865. OLE color: 5243865.
HSL color Cylindrical-coordinate representation of color #D90350: hue angle of 338.41º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90350 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.15 |
| HSL | 338.41º | 0.97% | 0.43% | - |
| HSV(B) | 338.41º | 0.99% | 0.85% | - |
| XYZ | 30.1 | 15.4 | 8.97 | - |
| YUV | 75.76 | 130.4 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 80 | 0 | 0.99 | 0.63 | 0.15 | 338.41 | 0.97 | 0.43 |
| Hex | D9 | 3 | 50 | 0 | 63 | 3F | F | 152 | 61 | 2B |
| Octal | 331 | 3 | 120 | 0 | 143 | 77 | 17 | 522 | 141 | 53 |
| Binary | 11011001 | 11 | 1010000 | 0 | 1100011 | 111111 | 1111 | 101010010 | 1100001 | 101011 |
Color Harmonies of #D90350
Complementary color
Monochromatic Colors of #D90350
Black with #D90350
Text Example
Text Example
White with #D90350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90350; }
p { color: rgb(217,3,80); }
H1.HeaderClassName
{
color: #D90350;
}
.AnyTagClassName
{
color: #D90350;
}
</style>
background-color css
<style>
a { background-color: #D90350; }
a { background-color: rgb(217,3,80); }
div.DivClassName
{
background-color: #D90350;
}
.BgClassName
{
background-color: #D90350;
}
</style>
border-color css
<style>
span { border-color: #D90350; }
span { border-color: rgb(217,3,80); }
td.TdClassName
{
border-color: #D90350;
}
.TagClassName
{
border-color: #D90350;
}
</style>