Shades of Razzmatazz #DD065C
Tints of Razzmatazz #DD065C
RGB
CMYK
RGB Variations
Color information
#DD065C (or 0xDD065C) is known color: Razzmatazz. HEX triplet: DD, 06 and 5C. RGB value is (221,6,92). Sum of RGB (Red+Green+Blue) = 221+6+92=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD065C is #22F9A3. Grayscale: #4F4F4F. Windows color (decimal): -2292132 or 6031069. OLE color: 6031069.
HSL color Cylindrical-coordinate representation of color #DD065C: hue angle of 336º 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 #DD065C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.13 |
| HSL | 336º | 0.95% | 0.45% | - |
| HSV(B) | 336º | 0.97% | 0.87% | - |
| XYZ | 31.82 | 16.28 | 11.59 | - |
| YUV | 80.09 | 134.73 | 228.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 92 | 0 | 0.97 | 0.58 | 0.13 | 336 | 0.95 | 0.45 |
| Hex | DD | 6 | 5C | 0 | 61 | 3A | D | 150 | 5F | 2D |
| Octal | 335 | 6 | 134 | 0 | 141 | 72 | 15 | 520 | 137 | 55 |
| Binary | 11011101 | 110 | 1011100 | 0 | 1100001 | 111010 | 1101 | 101010000 | 1011111 | 101101 |
Color Harmonies of #DD065C
Complementary color
Monochromatic Colors of #DD065C
Black with #DD065C
Text Example
Text Example
White with #DD065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD065C; }
p { color: rgb(221,6,92); }
H1.HeaderClassName
{
color: #DD065C;
}
.AnyTagClassName
{
color: #DD065C;
}
</style>
background-color css
<style>
a { background-color: #DD065C; }
a { background-color: rgb(221,6,92); }
div.DivClassName
{
background-color: #DD065C;
}
.BgClassName
{
background-color: #DD065C;
}
</style>
border-color css
<style>
span { border-color: #DD065C; }
span { border-color: rgb(221,6,92); }
td.TdClassName
{
border-color: #DD065C;
}
.TagClassName
{
border-color: #DD065C;
}
</style>