Shades of Razzmatazz #DD005C
Tints of Razzmatazz #DD005C
RGB
CMYK
RGB Variations
Color information
#DD005C (or 0xDD005C) is known color: Razzmatazz. HEX triplet: DD, 00 and 5C. RGB value is (221,0,92). Sum of RGB (Red+Green+Blue) = 221+0+92=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD005C is #22FFA3. Grayscale: #4C4C4C. Windows color (decimal): -2293668 or 6029533. OLE color: 6029533.
HSL color Cylindrical-coordinate representation of color #DD005C: hue angle of 335.02º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD005C is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.58 | 0.13 |
| HSL | 335.02º | 1% | 0.43% | - |
| HSV(B) | 335.02º | 1% | 0.87% | - |
| XYZ | 31.75 | 16.14 | 11.57 | - |
| YUV | 76.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 92 | 0 | 1 | 0.58 | 0.13 | 335.02 | 1 | 0.43 |
| Hex | DD | 0 | 5C | 0 | 64 | 3A | D | 14F | 64 | 2B |
| Octal | 335 | 0 | 134 | 0 | 144 | 72 | 15 | 517 | 144 | 53 |
| Binary | 11011101 | 0 | 1011100 | 0 | 1100100 | 111010 | 1101 | 101001111 | 1100100 | 101011 |
Color Harmonies of #DD005C
Complementary color
Monochromatic Colors of #DD005C
Black with #DD005C
Text Example
Text Example
White with #DD005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD005C; }
p { color: rgb(221,0,92); }
H1.HeaderClassName
{
color: #DD005C;
}
.AnyTagClassName
{
color: #DD005C;
}
</style>
background-color css
<style>
a { background-color: #DD005C; }
a { background-color: rgb(221,0,92); }
div.DivClassName
{
background-color: #DD005C;
}
.BgClassName
{
background-color: #DD005C;
}
</style>
border-color css
<style>
span { border-color: #DD005C; }
span { border-color: rgb(221,0,92); }
td.TdClassName
{
border-color: #DD005C;
}
.TagClassName
{
border-color: #DD005C;
}
</style>