Shades of Razzmatazz #D80067
Tints of Razzmatazz #D80067
RGB
CMYK
RGB Variations
Color information
#D80067 (or 0xD80067) is known color: Razzmatazz. HEX triplet: D8, 00 and 67. RGB value is (216,0,103). Sum of RGB (Red+Green+Blue) = 216+0+103=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D80067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80067 is #27FF98. Grayscale: #4C4C4C. Windows color (decimal): -2621337 or 6750424. OLE color: 6750424.
HSL color Cylindrical-coordinate representation of color #D80067: hue angle of 331.39º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80067 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.52 | 0.15 |
| HSL | 331.39º | 1% | 0.42% | - |
| HSV(B) | 331.39º | 1% | 0.85% | - |
| XYZ | 30.77 | 15.58 | 14.22 | - |
| YUV | 76.33 | 143.06 | 227.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 103 | 0 | 1 | 0.52 | 0.15 | 331.39 | 1 | 0.42 |
| Hex | D8 | 0 | 67 | 0 | 64 | 34 | F | 14B | 64 | 2A |
| Octal | 330 | 0 | 147 | 0 | 144 | 64 | 17 | 513 | 144 | 52 |
| Binary | 11011000 | 0 | 1100111 | 0 | 1100100 | 110100 | 1111 | 101001011 | 1100100 | 101010 |
Color Harmonies of #D80067
Complementary color
Monochromatic Colors of #D80067
Black with #D80067
Text Example
Text Example
White with #D80067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80067; }
p { color: rgb(216,0,103); }
H1.HeaderClassName
{
color: #D80067;
}
.AnyTagClassName
{
color: #D80067;
}
</style>
background-color css
<style>
a { background-color: #D80067; }
a { background-color: rgb(216,0,103); }
div.DivClassName
{
background-color: #D80067;
}
.BgClassName
{
background-color: #D80067;
}
</style>
border-color css
<style>
span { border-color: #D80067; }
span { border-color: rgb(216,0,103); }
td.TdClassName
{
border-color: #D80067;
}
.TagClassName
{
border-color: #D80067;
}
</style>