Shades of Razzmatazz #D80353
Tints of Razzmatazz #D80353
RGB
CMYK
RGB Variations
Color information
#D80353 (or 0xD80353) is known color: Razzmatazz. HEX triplet: D8, 03 and 53. RGB value is (216,3,83). Sum of RGB (Red+Green+Blue) = 216+3+83=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D80353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80353 is #27FCAC. Grayscale: #4B4B4B. Windows color (decimal): -2620589 or 5440472. OLE color: 5440472.
HSL color Cylindrical-coordinate representation of color #D80353: hue angle of 337.46º 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 #D80353 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.15 |
| HSL | 337.46º | 0.97% | 0.43% | - |
| HSV(B) | 337.46º | 0.99% | 0.85% | - |
| XYZ | 29.91 | 15.29 | 9.56 | - |
| YUV | 75.81 | 132.07 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 83 | 0 | 0.99 | 0.62 | 0.15 | 337.46 | 0.97 | 0.43 |
| Hex | D8 | 3 | 53 | 0 | 63 | 3E | F | 151 | 61 | 2B |
| Octal | 330 | 3 | 123 | 0 | 143 | 76 | 17 | 521 | 141 | 53 |
| Binary | 11011000 | 11 | 1010011 | 0 | 1100011 | 111110 | 1111 | 101010001 | 1100001 | 101011 |
Color Harmonies of #D80353
Complementary color
Monochromatic Colors of #D80353
Black with #D80353
Text Example
Text Example
White with #D80353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80353; }
p { color: rgb(216,3,83); }
H1.HeaderClassName
{
color: #D80353;
}
.AnyTagClassName
{
color: #D80353;
}
</style>
background-color css
<style>
a { background-color: #D80353; }
a { background-color: rgb(216,3,83); }
div.DivClassName
{
background-color: #D80353;
}
.BgClassName
{
background-color: #D80353;
}
</style>
border-color css
<style>
span { border-color: #D80353; }
span { border-color: rgb(216,3,83); }
td.TdClassName
{
border-color: #D80353;
}
.TagClassName
{
border-color: #D80353;
}
</style>