Shades of Razzmatazz #DD134F
Tints of Razzmatazz #DD134F
RGB
CMYK
RGB Variations
Color information
#DD134F (or 0xDD134F) is known color: Razzmatazz. HEX triplet: DD, 13 and 4F. RGB value is (221,19,79). Sum of RGB (Red+Green+Blue) = 221+19+79=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD134F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD134F is #22ECB0. Grayscale: #565656. Windows color (decimal): -2288817 or 5182429. OLE color: 5182429.
HSL color Cylindrical-coordinate representation of color #DD134F: hue angle of 342.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD134F is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 79 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.13 |
| HSL | 342.18º | 0.84% | 0.47% | - |
| HSV(B) | 342.18º | 0.91% | 0.87% | - |
| XYZ | 31.46 | 16.4 | 8.9 | - |
| YUV | 86.24 | 123.92 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 79 | 0 | 0.91 | 0.64 | 0.13 | 342.18 | 0.84 | 0.47 |
| Hex | DD | 13 | 4F | 0 | 5B | 40 | D | 156 | 54 | 2F |
| Octal | 335 | 23 | 117 | 0 | 133 | 100 | 15 | 526 | 124 | 57 |
| Binary | 11011101 | 10011 | 1001111 | 0 | 1011011 | 1000000 | 1101 | 101010110 | 1010100 | 101111 |
Color Harmonies of #DD134F
Complementary color
Monochromatic Colors of #DD134F
Black with #DD134F
Text Example
Text Example
White with #DD134F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD134F; }
p { color: rgb(221,19,79); }
H1.HeaderClassName
{
color: #DD134F;
}
.AnyTagClassName
{
color: #DD134F;
}
</style>
background-color css
<style>
a { background-color: #DD134F; }
a { background-color: rgb(221,19,79); }
div.DivClassName
{
background-color: #DD134F;
}
.BgClassName
{
background-color: #DD134F;
}
</style>
border-color css
<style>
span { border-color: #DD134F; }
span { border-color: rgb(221,19,79); }
td.TdClassName
{
border-color: #DD134F;
}
.TagClassName
{
border-color: #DD134F;
}
</style>