Shades of Razzmatazz #DD0851
Tints of Razzmatazz #DD0851
RGB
CMYK
RGB Variations
Color information
#DD0851 (or 0xDD0851) is known color: Razzmatazz. HEX triplet: DD, 08 and 51. RGB value is (221,8,81). Sum of RGB (Red+Green+Blue) = 221+8+81=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0851 is #22F7AE. Grayscale: #4F4F4F. Windows color (decimal): -2291631 or 5310685. OLE color: 5310685.
HSL color Cylindrical-coordinate representation of color #DD0851: hue angle of 339.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0851 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 81 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.13 |
| HSL | 339.44º | 0.93% | 0.45% | - |
| HSV(B) | 339.44º | 0.96% | 0.87% | - |
| XYZ | 31.39 | 16.14 | 9.25 | - |
| YUV | 80.01 | 128.57 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 81 | 0 | 0.96 | 0.63 | 0.13 | 339.44 | 0.93 | 0.45 |
| Hex | DD | 8 | 51 | 0 | 60 | 3F | D | 153 | 5D | 2D |
| Octal | 335 | 10 | 121 | 0 | 140 | 77 | 15 | 523 | 135 | 55 |
| Binary | 11011101 | 1000 | 1010001 | 0 | 1100000 | 111111 | 1101 | 101010011 | 1011101 | 101101 |
Color Harmonies of #DD0851
Complementary color
Monochromatic Colors of #DD0851
Black with #DD0851
Text Example
Text Example
White with #DD0851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0851; }
p { color: rgb(221,8,81); }
H1.HeaderClassName
{
color: #DD0851;
}
.AnyTagClassName
{
color: #DD0851;
}
</style>
background-color css
<style>
a { background-color: #DD0851; }
a { background-color: rgb(221,8,81); }
div.DivClassName
{
background-color: #DD0851;
}
.BgClassName
{
background-color: #DD0851;
}
</style>
border-color css
<style>
span { border-color: #DD0851; }
span { border-color: rgb(221,8,81); }
td.TdClassName
{
border-color: #DD0851;
}
.TagClassName
{
border-color: #DD0851;
}
</style>