Shades of Razzmatazz #D30850
Tints of Razzmatazz #D30850
RGB
CMYK
RGB Variations
Color information
#D30850 (or 0xD30850) is known color: Razzmatazz. HEX triplet: D3, 08 and 50. RGB value is (211,8,80). Sum of RGB (Red+Green+Blue) = 211+8+80=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D30850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30850 is #2CF7AF. Grayscale: #4C4C4C. Windows color (decimal): -2946992 or 5245139. OLE color: 5245139.
HSL color Cylindrical-coordinate representation of color #D30850: hue angle of 338.72º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D30850 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.17 |
| HSL | 338.72º | 0.93% | 0.43% | - |
| HSV(B) | 338.72º | 0.96% | 0.83% | - |
| XYZ | 28.4 | 14.6 | 8.91 | - |
| YUV | 76.91 | 129.75 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 80 | 0 | 0.96 | 0.62 | 0.17 | 338.72 | 0.93 | 0.43 |
| Hex | D3 | 8 | 50 | 0 | 60 | 3E | 11 | 153 | 5D | 2B |
| Octal | 323 | 10 | 120 | 0 | 140 | 76 | 21 | 523 | 135 | 53 |
| Binary | 11010011 | 1000 | 1010000 | 0 | 1100000 | 111110 | 10001 | 101010011 | 1011101 | 101011 |
Color Harmonies of #D30850
Complementary color
Monochromatic Colors of #D30850
Black with #D30850
Text Example
Text Example
White with #D30850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30850; }
p { color: rgb(211,8,80); }
H1.HeaderClassName
{
color: #D30850;
}
.AnyTagClassName
{
color: #D30850;
}
</style>
background-color css
<style>
a { background-color: #D30850; }
a { background-color: rgb(211,8,80); }
div.DivClassName
{
background-color: #D30850;
}
.BgClassName
{
background-color: #D30850;
}
</style>
border-color css
<style>
span { border-color: #D30850; }
span { border-color: rgb(211,8,80); }
td.TdClassName
{
border-color: #D30850;
}
.TagClassName
{
border-color: #D30850;
}
</style>