Shades of Razzmatazz #DD064E
Tints of Razzmatazz #DD064E
RGB
CMYK
RGB Variations
Color information
#DD064E (or 0xDD064E) is known color: Razzmatazz. HEX triplet: DD, 06 and 4E. RGB value is (221,6,78). Sum of RGB (Red+Green+Blue) = 221+6+78=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD064E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD064E is #22F9B1. Grayscale: #4E4E4E. Windows color (decimal): -2292146 or 5113565. OLE color: 5113565.
HSL color Cylindrical-coordinate representation of color #DD064E: hue angle of 339.91º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD064E is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 78 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.13 |
| HSL | 339.91º | 0.95% | 0.45% | - |
| HSV(B) | 339.91º | 0.97% | 0.87% | - |
| XYZ | 31.26 | 16.05 | 8.66 | - |
| YUV | 78.49 | 127.73 | 229.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 78 | 0 | 0.97 | 0.65 | 0.13 | 339.91 | 0.95 | 0.45 |
| Hex | DD | 6 | 4E | 0 | 61 | 41 | D | 154 | 5F | 2D |
| Octal | 335 | 6 | 116 | 0 | 141 | 101 | 15 | 524 | 137 | 55 |
| Binary | 11011101 | 110 | 1001110 | 0 | 1100001 | 1000001 | 1101 | 101010100 | 1011111 | 101101 |
Color Harmonies of #DD064E
Complementary color
Monochromatic Colors of #DD064E
Black with #DD064E
Text Example
Text Example
White with #DD064E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD064E; }
p { color: rgb(221,6,78); }
H1.HeaderClassName
{
color: #DD064E;
}
.AnyTagClassName
{
color: #DD064E;
}
</style>
background-color css
<style>
a { background-color: #DD064E; }
a { background-color: rgb(221,6,78); }
div.DivClassName
{
background-color: #DD064E;
}
.BgClassName
{
background-color: #DD064E;
}
</style>
border-color css
<style>
span { border-color: #DD064E; }
span { border-color: rgb(221,6,78); }
td.TdClassName
{
border-color: #DD064E;
}
.TagClassName
{
border-color: #DD064E;
}
</style>