Shades of Razzmatazz #DD114E
Tints of Razzmatazz #DD114E
RGB
CMYK
RGB Variations
Color information
#DD114E (or 0xDD114E) is known color: Razzmatazz. HEX triplet: DD, 11 and 4E. RGB value is (221,17,78). Sum of RGB (Red+Green+Blue) = 221+17+78=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD114E is #22EEB1. Grayscale: #545454. Windows color (decimal): -2289330 or 5116381. OLE color: 5116381.
HSL color Cylindrical-coordinate representation of color #DD114E: hue angle of 342.06º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD114E is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 78 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.13 |
| HSL | 342.06º | 0.86% | 0.47% | - |
| HSV(B) | 342.06º | 0.92% | 0.87% | - |
| XYZ | 31.39 | 16.32 | 8.7 | - |
| YUV | 84.95 | 124.09 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 78 | 0 | 0.92 | 0.65 | 0.13 | 342.06 | 0.86 | 0.47 |
| Hex | DD | 11 | 4E | 0 | 5C | 41 | D | 156 | 56 | 2F |
| Octal | 335 | 21 | 116 | 0 | 134 | 101 | 15 | 526 | 126 | 57 |
| Binary | 11011101 | 10001 | 1001110 | 0 | 1011100 | 1000001 | 1101 | 101010110 | 1010110 | 101111 |
Color Harmonies of #DD114E
Complementary color
Monochromatic Colors of #DD114E
Black with #DD114E
Text Example
Text Example
White with #DD114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD114E; }
p { color: rgb(221,17,78); }
H1.HeaderClassName
{
color: #DD114E;
}
.AnyTagClassName
{
color: #DD114E;
}
</style>
background-color css
<style>
a { background-color: #DD114E; }
a { background-color: rgb(221,17,78); }
div.DivClassName
{
background-color: #DD114E;
}
.BgClassName
{
background-color: #DD114E;
}
</style>
border-color css
<style>
span { border-color: #DD114E; }
span { border-color: rgb(221,17,78); }
td.TdClassName
{
border-color: #DD114E;
}
.TagClassName
{
border-color: #DD114E;
}
</style>