Shades of Razzmatazz #DD084E
Tints of Razzmatazz #DD084E
RGB
CMYK
RGB Variations
Color information
#DD084E (or 0xDD084E) is known color: Razzmatazz. HEX triplet: DD, 08 and 4E. RGB value is (221,8,78). Sum of RGB (Red+Green+Blue) = 221+8+78=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD084E is #22F7B1. Grayscale: #4F4F4F. Windows color (decimal): -2291634 or 5114077. OLE color: 5114077.
HSL color Cylindrical-coordinate representation of color #DD084E: hue angle of 340.28º 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 #DD084E is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.13 |
| HSL | 340.28º | 0.93% | 0.45% | - |
| HSV(B) | 340.28º | 0.96% | 0.87% | - |
| XYZ | 31.28 | 16.1 | 8.67 | - |
| YUV | 79.67 | 127.07 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 78 | 0 | 0.96 | 0.65 | 0.13 | 340.28 | 0.93 | 0.45 |
| Hex | DD | 8 | 4E | 0 | 60 | 41 | D | 154 | 5D | 2D |
| Octal | 335 | 10 | 116 | 0 | 140 | 101 | 15 | 524 | 135 | 55 |
| Binary | 11011101 | 1000 | 1001110 | 0 | 1100000 | 1000001 | 1101 | 101010100 | 1011101 | 101101 |
Color Harmonies of #DD084E
Complementary color
Monochromatic Colors of #DD084E
Black with #DD084E
Text Example
Text Example
White with #DD084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD084E; }
p { color: rgb(221,8,78); }
H1.HeaderClassName
{
color: #DD084E;
}
.AnyTagClassName
{
color: #DD084E;
}
</style>
background-color css
<style>
a { background-color: #DD084E; }
a { background-color: rgb(221,8,78); }
div.DivClassName
{
background-color: #DD084E;
}
.BgClassName
{
background-color: #DD084E;
}
</style>
border-color css
<style>
span { border-color: #DD084E; }
span { border-color: rgb(221,8,78); }
td.TdClassName
{
border-color: #DD084E;
}
.TagClassName
{
border-color: #DD084E;
}
</style>