Shades of Razzmatazz #D80367
Tints of Razzmatazz #D80367
RGB
CMYK
RGB Variations
Color information
#D80367 (or 0xD80367) is known color: Razzmatazz. HEX triplet: D8, 03 and 67. RGB value is (216,3,103). Sum of RGB (Red+Green+Blue) = 216+3+103=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D80367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80367 is #27FC98. Grayscale: #4D4D4D. Windows color (decimal): -2620569 or 6751192. OLE color: 6751192.
HSL color Cylindrical-coordinate representation of color #D80367: hue angle of 331.83º 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 #D80367 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.15 |
| HSL | 331.83º | 0.97% | 0.43% | - |
| HSV(B) | 331.83º | 0.99% | 0.85% | - |
| XYZ | 30.8 | 15.64 | 14.23 | - |
| YUV | 78.09 | 142.07 | 226.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 103 | 0 | 0.99 | 0.52 | 0.15 | 331.83 | 0.97 | 0.43 |
| Hex | D8 | 3 | 67 | 0 | 63 | 34 | F | 14C | 61 | 2B |
| Octal | 330 | 3 | 147 | 0 | 143 | 64 | 17 | 514 | 141 | 53 |
| Binary | 11011000 | 11 | 1100111 | 0 | 1100011 | 110100 | 1111 | 101001100 | 1100001 | 101011 |
Color Harmonies of #D80367
Complementary color
Monochromatic Colors of #D80367
Black with #D80367
Text Example
Text Example
White with #D80367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80367; }
p { color: rgb(216,3,103); }
H1.HeaderClassName
{
color: #D80367;
}
.AnyTagClassName
{
color: #D80367;
}
</style>
background-color css
<style>
a { background-color: #D80367; }
a { background-color: rgb(216,3,103); }
div.DivClassName
{
background-color: #D80367;
}
.BgClassName
{
background-color: #D80367;
}
</style>
border-color css
<style>
span { border-color: #D80367; }
span { border-color: rgb(216,3,103); }
td.TdClassName
{
border-color: #D80367;
}
.TagClassName
{
border-color: #D80367;
}
</style>