Shades of Razzmatazz #DD084B
Tints of Razzmatazz #DD084B
RGB
CMYK
RGB Variations
Color information
#DD084B (or 0xDD084B) is known color: Razzmatazz. HEX triplet: DD, 08 and 4B. RGB value is (221,8,75). Sum of RGB (Red+Green+Blue) = 221+8+75=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD084B is #22F7B4. Grayscale: #4F4F4F. Windows color (decimal): -2291637 or 4917469. OLE color: 4917469.
HSL color Cylindrical-coordinate representation of color #DD084B: hue angle of 341.13º 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 #DD084B is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 75 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.13 |
| HSL | 341.13º | 0.93% | 0.45% | - |
| HSV(B) | 341.13º | 0.96% | 0.87% | - |
| XYZ | 31.18 | 16.05 | 8.11 | - |
| YUV | 79.33 | 125.57 | 229.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 75 | 0 | 0.96 | 0.66 | 0.13 | 341.13 | 0.93 | 0.45 |
| Hex | DD | 8 | 4B | 0 | 60 | 42 | D | 155 | 5D | 2D |
| Octal | 335 | 10 | 113 | 0 | 140 | 102 | 15 | 525 | 135 | 55 |
| Binary | 11011101 | 1000 | 1001011 | 0 | 1100000 | 1000010 | 1101 | 101010101 | 1011101 | 101101 |
Color Harmonies of #DD084B
Complementary color
Monochromatic Colors of #DD084B
Black with #DD084B
Text Example
Text Example
White with #DD084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD084B; }
p { color: rgb(221,8,75); }
H1.HeaderClassName
{
color: #DD084B;
}
.AnyTagClassName
{
color: #DD084B;
}
</style>
background-color css
<style>
a { background-color: #DD084B; }
a { background-color: rgb(221,8,75); }
div.DivClassName
{
background-color: #DD084B;
}
.BgClassName
{
background-color: #DD084B;
}
</style>
border-color css
<style>
span { border-color: #DD084B; }
span { border-color: rgb(221,8,75); }
td.TdClassName
{
border-color: #DD084B;
}
.TagClassName
{
border-color: #DD084B;
}
</style>