Shades of Razzmatazz #D30858
Tints of Razzmatazz #D30858
RGB
CMYK
RGB Variations
Color information
#D30858 (or 0xD30858) is known color: Razzmatazz. HEX triplet: D3, 08 and 58. RGB value is (211,8,88). Sum of RGB (Red+Green+Blue) = 211+8+88=307 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.73% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 211 - color contains mainly: red. Hex color #D30858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30858 is #2CF7A7. Grayscale: #4D4D4D. Windows color (decimal): -2946984 or 5769427. OLE color: 5769427.
HSL color Cylindrical-coordinate representation of color #D30858: hue angle of 336.35º 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 #D30858 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.17 |
| HSL | 336.35º | 0.93% | 0.43% | - |
| HSV(B) | 336.35º | 0.96% | 0.83% | - |
| XYZ | 28.71 | 14.73 | 10.56 | - |
| YUV | 77.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 88 | 0 | 0.96 | 0.58 | 0.17 | 336.35 | 0.93 | 0.43 |
| Hex | D3 | 8 | 58 | 0 | 60 | 3A | 11 | 150 | 5D | 2B |
| Octal | 323 | 10 | 130 | 0 | 140 | 72 | 21 | 520 | 135 | 53 |
| Binary | 11010011 | 1000 | 1011000 | 0 | 1100000 | 111010 | 10001 | 101010000 | 1011101 | 101011 |
Color Harmonies of #D30858
Complementary color
Monochromatic Colors of #D30858
Black with #D30858
Text Example
Text Example
White with #D30858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30858; }
p { color: rgb(211,8,88); }
H1.HeaderClassName
{
color: #D30858;
}
.AnyTagClassName
{
color: #D30858;
}
</style>
background-color css
<style>
a { background-color: #D30858; }
a { background-color: rgb(211,8,88); }
div.DivClassName
{
background-color: #D30858;
}
.BgClassName
{
background-color: #D30858;
}
</style>
border-color css
<style>
span { border-color: #D30858; }
span { border-color: rgb(211,8,88); }
td.TdClassName
{
border-color: #D30858;
}
.TagClassName
{
border-color: #D30858;
}
</style>