Shades of Razzmatazz #D80366
Tints of Razzmatazz #D80366
RGB
CMYK
RGB Variations
Color information
#D80366 (or 0xD80366) is known color: Razzmatazz. HEX triplet: D8, 03 and 66. RGB value is (216,3,102). Sum of RGB (Red+Green+Blue) = 216+3+102=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D80366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80366 is #27FC99. Grayscale: #4D4D4D. Windows color (decimal): -2620570 or 6685656. OLE color: 6685656.
HSL color Cylindrical-coordinate representation of color #D80366: hue angle of 332.11º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80366 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.15 |
| HSL | 332.11º | 0.97% | 0.43% | - |
| HSV(B) | 332.11º | 0.99% | 0.85% | - |
| XYZ | 30.75 | 15.62 | 13.97 | - |
| YUV | 77.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 102 | 0 | 0.99 | 0.53 | 0.15 | 332.11 | 0.97 | 0.43 |
| Hex | D8 | 3 | 66 | 0 | 63 | 35 | F | 14C | 61 | 2B |
| Octal | 330 | 3 | 146 | 0 | 143 | 65 | 17 | 514 | 141 | 53 |
| Binary | 11011000 | 11 | 1100110 | 0 | 1100011 | 110101 | 1111 | 101001100 | 1100001 | 101011 |
Color Harmonies of #D80366
Complementary color
Monochromatic Colors of #D80366
Black with #D80366
Text Example
Text Example
White with #D80366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80366; }
p { color: rgb(216,3,102); }
H1.HeaderClassName
{
color: #D80366;
}
.AnyTagClassName
{
color: #D80366;
}
</style>
background-color css
<style>
a { background-color: #D80366; }
a { background-color: rgb(216,3,102); }
div.DivClassName
{
background-color: #D80366;
}
.BgClassName
{
background-color: #D80366;
}
</style>
border-color css
<style>
span { border-color: #D80366; }
span { border-color: rgb(216,3,102); }
td.TdClassName
{
border-color: #D80366;
}
.TagClassName
{
border-color: #D80366;
}
</style>