Shades of Razzmatazz #D30859
Tints of Razzmatazz #D30859
RGB
CMYK
RGB Variations
Color information
#D30859 (or 0xD30859) is known color: Razzmatazz. HEX triplet: D3, 08 and 59. RGB value is (211,8,89). Sum of RGB (Red+Green+Blue) = 211+8+89=308 (40% of max value = 765). Red value is 211 (82.81% from 255 or 68.51% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 211 - color contains mainly: red. Hex color #D30859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30859 is #2CF7A6. Grayscale: #4D4D4D. Windows color (decimal): -2946983 or 5834963. OLE color: 5834963.
HSL color Cylindrical-coordinate representation of color #D30859: hue angle of 336.06º 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 #D30859 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.17 |
| HSL | 336.06º | 0.93% | 0.43% | - |
| HSV(B) | 336.06º | 0.96% | 0.83% | - |
| XYZ | 28.75 | 14.74 | 10.78 | - |
| YUV | 77.93 | 134.25 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 89 | 0 | 0.96 | 0.58 | 0.17 | 336.06 | 0.93 | 0.43 |
| Hex | D3 | 8 | 59 | 0 | 60 | 3A | 11 | 150 | 5D | 2B |
| Octal | 323 | 10 | 131 | 0 | 140 | 72 | 21 | 520 | 135 | 53 |
| Binary | 11010011 | 1000 | 1011001 | 0 | 1100000 | 111010 | 10001 | 101010000 | 1011101 | 101011 |
Color Harmonies of #D30859
Complementary color
Monochromatic Colors of #D30859
Black with #D30859
Text Example
Text Example
White with #D30859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30859; }
p { color: rgb(211,8,89); }
H1.HeaderClassName
{
color: #D30859;
}
.AnyTagClassName
{
color: #D30859;
}
</style>
background-color css
<style>
a { background-color: #D30859; }
a { background-color: rgb(211,8,89); }
div.DivClassName
{
background-color: #D30859;
}
.BgClassName
{
background-color: #D30859;
}
</style>
border-color css
<style>
span { border-color: #D30859; }
span { border-color: rgb(211,8,89); }
td.TdClassName
{
border-color: #D30859;
}
.TagClassName
{
border-color: #D30859;
}
</style>