Shades of Razzmatazz #DD124F
Tints of Razzmatazz #DD124F
RGB
CMYK
RGB Variations
Color information
#DD124F (or 0xDD124F) is known color: Razzmatazz. HEX triplet: DD, 12 and 4F. RGB value is (221,18,79). Sum of RGB (Red+Green+Blue) = 221+18+79=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 79 (31.25% from 255 or 24.84% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD124F is #22EDB0. Grayscale: #555555. Windows color (decimal): -2289073 or 5182173. OLE color: 5182173.
HSL color Cylindrical-coordinate representation of color #DD124F: hue angle of 341.97º degrees, saturation: 0.85, 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 #DD124F is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.13 |
| HSL | 341.97º | 0.85% | 0.47% | - |
| HSV(B) | 341.97º | 0.92% | 0.87% | - |
| XYZ | 31.45 | 16.37 | 8.9 | - |
| YUV | 85.65 | 124.25 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 79 | 0 | 0.92 | 0.64 | 0.13 | 341.97 | 0.85 | 0.47 |
| Hex | DD | 12 | 4F | 0 | 5C | 40 | D | 156 | 55 | 2F |
| Octal | 335 | 22 | 117 | 0 | 134 | 100 | 15 | 526 | 125 | 57 |
| Binary | 11011101 | 10010 | 1001111 | 0 | 1011100 | 1000000 | 1101 | 101010110 | 1010101 | 101111 |
Color Harmonies of #DD124F
Complementary color
Monochromatic Colors of #DD124F
Black with #DD124F
Text Example
Text Example
White with #DD124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD124F; }
p { color: rgb(221,18,79); }
H1.HeaderClassName
{
color: #DD124F;
}
.AnyTagClassName
{
color: #DD124F;
}
</style>
background-color css
<style>
a { background-color: #DD124F; }
a { background-color: rgb(221,18,79); }
div.DivClassName
{
background-color: #DD124F;
}
.BgClassName
{
background-color: #DD124F;
}
</style>
border-color css
<style>
span { border-color: #DD124F; }
span { border-color: rgb(221,18,79); }
td.TdClassName
{
border-color: #DD124F;
}
.TagClassName
{
border-color: #DD124F;
}
</style>