Shades of Razzmatazz #DD134E
Tints of Razzmatazz #DD134E
RGB
CMYK
RGB Variations
Color information
#DD134E (or 0xDD134E) is known color: Razzmatazz. HEX triplet: DD, 13 and 4E. RGB value is (221,19,78). Sum of RGB (Red+Green+Blue) = 221+19+78=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD134E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD134E is #22ECB1. Grayscale: #565656. Windows color (decimal): -2288818 or 5116893. OLE color: 5116893.
HSL color Cylindrical-coordinate representation of color #DD134E: hue angle of 342.48º 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 #DD134E is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 19 | 78 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.13 |
| HSL | 342.48º | 0.84% | 0.47% | - |
| HSV(B) | 342.48º | 0.91% | 0.87% | - |
| XYZ | 31.43 | 16.39 | 8.71 | - |
| YUV | 86.12 | 123.42 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 19 | 78 | 0 | 0.91 | 0.65 | 0.13 | 342.48 | 0.84 | 0.47 |
| Hex | DD | 13 | 4E | 0 | 5B | 41 | D | 156 | 54 | 2F |
| Octal | 335 | 23 | 116 | 0 | 133 | 101 | 15 | 526 | 124 | 57 |
| Binary | 11011101 | 10011 | 1001110 | 0 | 1011011 | 1000001 | 1101 | 101010110 | 1010100 | 101111 |
Color Harmonies of #DD134E
Complementary color
Monochromatic Colors of #DD134E
Black with #DD134E
Text Example
Text Example
White with #DD134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD134E; }
p { color: rgb(221,19,78); }
H1.HeaderClassName
{
color: #DD134E;
}
.AnyTagClassName
{
color: #DD134E;
}
</style>
background-color css
<style>
a { background-color: #DD134E; }
a { background-color: rgb(221,19,78); }
div.DivClassName
{
background-color: #DD134E;
}
.BgClassName
{
background-color: #DD134E;
}
</style>
border-color css
<style>
span { border-color: #DD134E; }
span { border-color: rgb(221,19,78); }
td.TdClassName
{
border-color: #DD134E;
}
.TagClassName
{
border-color: #DD134E;
}
</style>