Shades of Razzmatazz #D80653
Tints of Razzmatazz #D80653
RGB
CMYK
RGB Variations
Color information
#D80653 (or 0xD80653) is known color: Razzmatazz. HEX triplet: D8, 06 and 53. RGB value is (216,6,83). Sum of RGB (Red+Green+Blue) = 216+6+83=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 83 (32.81% from 255 or 27.21% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D80653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80653 is #27F9AC. Grayscale: #4D4D4D. Windows color (decimal): -2619821 or 5441240. OLE color: 5441240.
HSL color Cylindrical-coordinate representation of color #D80653: hue angle of 338º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80653 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 83 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.15 |
| HSL | 338º | 0.95% | 0.44% | - |
| HSV(B) | 338º | 0.97% | 0.85% | - |
| XYZ | 29.95 | 15.35 | 9.57 | - |
| YUV | 77.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 83 | 0 | 0.97 | 0.62 | 0.15 | 338 | 0.95 | 0.44 |
| Hex | D8 | 6 | 53 | 0 | 61 | 3E | F | 152 | 5F | 2C |
| Octal | 330 | 6 | 123 | 0 | 141 | 76 | 17 | 522 | 137 | 54 |
| Binary | 11011000 | 110 | 1010011 | 0 | 1100001 | 111110 | 1111 | 101010010 | 1011111 | 101100 |
Color Harmonies of #D80653
Complementary color
Monochromatic Colors of #D80653
Black with #D80653
Text Example
Text Example
White with #D80653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80653; }
p { color: rgb(216,6,83); }
H1.HeaderClassName
{
color: #D80653;
}
.AnyTagClassName
{
color: #D80653;
}
</style>
background-color css
<style>
a { background-color: #D80653; }
a { background-color: rgb(216,6,83); }
div.DivClassName
{
background-color: #D80653;
}
.BgClassName
{
background-color: #D80653;
}
</style>
border-color css
<style>
span { border-color: #D80653; }
span { border-color: rgb(216,6,83); }
td.TdClassName
{
border-color: #D80653;
}
.TagClassName
{
border-color: #D80653;
}
</style>