Shades of Razzmatazz #D30658
Tints of Razzmatazz #D30658
RGB
CMYK
RGB Variations
Color information
#D30658 (or 0xD30658) is known color: Razzmatazz. HEX triplet: D3, 06 and 58. RGB value is (211,6,88). Sum of RGB (Red+Green+Blue) = 211+6+88=305 (40% of max value = 765). Red value is 211 (82.81% from 255 or 69.18% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 88 (34.77% from 255 or 28.85% from 305); Max value from RGB is 211 - color contains mainly: red. Hex color #D30658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30658 is #2CF9A7. Grayscale: #4C4C4C. Windows color (decimal): -2947496 or 5768915. OLE color: 5768915.
HSL color Cylindrical-coordinate representation of color #D30658: hue angle of 336º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30658 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 88 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.17 |
| HSL | 336º | 0.94% | 0.43% | - |
| HSV(B) | 336º | 0.97% | 0.83% | - |
| XYZ | 28.69 | 14.68 | 10.55 | - |
| YUV | 76.64 | 134.42 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 88 | 0 | 0.97 | 0.58 | 0.17 | 336 | 0.94 | 0.43 |
| Hex | D3 | 6 | 58 | 0 | 61 | 3A | 11 | 150 | 5E | 2B |
| Octal | 323 | 6 | 130 | 0 | 141 | 72 | 21 | 520 | 136 | 53 |
| Binary | 11010011 | 110 | 1011000 | 0 | 1100001 | 111010 | 10001 | 101010000 | 1011110 | 101011 |
Color Harmonies of #D30658
Complementary color
Monochromatic Colors of #D30658
Black with #D30658
Text Example
Text Example
White with #D30658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30658; }
p { color: rgb(211,6,88); }
H1.HeaderClassName
{
color: #D30658;
}
.AnyTagClassName
{
color: #D30658;
}
</style>
background-color css
<style>
a { background-color: #D30658; }
a { background-color: rgb(211,6,88); }
div.DivClassName
{
background-color: #D30658;
}
.BgClassName
{
background-color: #D30658;
}
</style>
border-color css
<style>
span { border-color: #D30658; }
span { border-color: rgb(211,6,88); }
td.TdClassName
{
border-color: #D30658;
}
.TagClassName
{
border-color: #D30658;
}
</style>