Shades of Razzmatazz #DC065F
Tints of Razzmatazz #DC065F
RGB
CMYK
RGB Variations
Color information
#DC065F (or 0xDC065F) is known color: Razzmatazz. HEX triplet: DC, 06 and 5F. RGB value is (220,6,95). Sum of RGB (Red+Green+Blue) = 220+6+95=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC065F is #23F9A0. Grayscale: #4F4F4F. Windows color (decimal): -2357665 or 6227676. OLE color: 6227676.
HSL color Cylindrical-coordinate representation of color #DC065F: hue angle of 335.05º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC065F is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 95 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.14 |
| HSL | 335.05º | 0.95% | 0.44% | - |
| HSV(B) | 335.05º | 0.97% | 0.86% | - |
| XYZ | 31.65 | 16.17 | 12.28 | - |
| YUV | 80.13 | 136.4 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 95 | 0 | 0.97 | 0.57 | 0.14 | 335.05 | 0.95 | 0.44 |
| Hex | DC | 6 | 5F | 0 | 61 | 39 | E | 14F | 5F | 2C |
| Octal | 334 | 6 | 137 | 0 | 141 | 71 | 16 | 517 | 137 | 54 |
| Binary | 11011100 | 110 | 1011111 | 0 | 1100001 | 111001 | 1110 | 101001111 | 1011111 | 101100 |
Color Harmonies of #DC065F
Complementary color
Monochromatic Colors of #DC065F
Black with #DC065F
Text Example
Text Example
White with #DC065F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC065F; }
p { color: rgb(220,6,95); }
H1.HeaderClassName
{
color: #DC065F;
}
.AnyTagClassName
{
color: #DC065F;
}
</style>
background-color css
<style>
a { background-color: #DC065F; }
a { background-color: rgb(220,6,95); }
div.DivClassName
{
background-color: #DC065F;
}
.BgClassName
{
background-color: #DC065F;
}
</style>
border-color css
<style>
span { border-color: #DC065F; }
span { border-color: rgb(220,6,95); }
td.TdClassName
{
border-color: #DC065F;
}
.TagClassName
{
border-color: #DC065F;
}
</style>