Shades of Razzmatazz #DD085E
Tints of Razzmatazz #DD085E
RGB
CMYK
RGB Variations
Color information
#DD085E (or 0xDD085E) is known color: Razzmatazz. HEX triplet: DD, 08 and 5E. RGB value is (221,8,94). Sum of RGB (Red+Green+Blue) = 221+8+94=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD085E is #22F7A1. Grayscale: #515151. Windows color (decimal): -2291618 or 6162653. OLE color: 6162653.
HSL color Cylindrical-coordinate representation of color #DD085E: hue angle of 335.77º 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 #DD085E is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.13 |
| HSL | 335.77º | 0.93% | 0.45% | - |
| HSV(B) | 335.77º | 0.96% | 0.87% | - |
| XYZ | 31.93 | 16.35 | 12.06 | - |
| YUV | 81.49 | 135.07 | 227.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 94 | 0 | 0.96 | 0.57 | 0.13 | 335.77 | 0.93 | 0.45 |
| Hex | DD | 8 | 5E | 0 | 60 | 39 | D | 150 | 5D | 2D |
| Octal | 335 | 10 | 136 | 0 | 140 | 71 | 15 | 520 | 135 | 55 |
| Binary | 11011101 | 1000 | 1011110 | 0 | 1100000 | 111001 | 1101 | 101010000 | 1011101 | 101101 |
Color Harmonies of #DD085E
Complementary color
Monochromatic Colors of #DD085E
Black with #DD085E
Text Example
Text Example
White with #DD085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD085E; }
p { color: rgb(221,8,94); }
H1.HeaderClassName
{
color: #DD085E;
}
.AnyTagClassName
{
color: #DD085E;
}
</style>
background-color css
<style>
a { background-color: #DD085E; }
a { background-color: rgb(221,8,94); }
div.DivClassName
{
background-color: #DD085E;
}
.BgClassName
{
background-color: #DD085E;
}
</style>
border-color css
<style>
span { border-color: #DD085E; }
span { border-color: rgb(221,8,94); }
td.TdClassName
{
border-color: #DD085E;
}
.TagClassName
{
border-color: #DD085E;
}
</style>