Shades of Razzmatazz #DC064F
Tints of Razzmatazz #DC064F
RGB
CMYK
RGB Variations
Color information
#DC064F (or 0xDC064F) is known color: Razzmatazz. HEX triplet: DC, 06 and 4F. RGB value is (220,6,79). Sum of RGB (Red+Green+Blue) = 220+6+79=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC064F is #23F9B0. Grayscale: #4E4E4E. Windows color (decimal): -2357681 or 5179100. OLE color: 5179100.
HSL color Cylindrical-coordinate representation of color #DC064F: hue angle of 339.53º 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 #DC064F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 79 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.14 |
| HSL | 339.53º | 0.95% | 0.44% | - |
| HSV(B) | 339.53º | 0.97% | 0.86% | - |
| XYZ | 30.99 | 15.91 | 8.83 | - |
| YUV | 78.31 | 128.4 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 79 | 0 | 0.97 | 0.64 | 0.14 | 339.53 | 0.95 | 0.44 |
| Hex | DC | 6 | 4F | 0 | 61 | 40 | E | 154 | 5F | 2C |
| Octal | 334 | 6 | 117 | 0 | 141 | 100 | 16 | 524 | 137 | 54 |
| Binary | 11011100 | 110 | 1001111 | 0 | 1100001 | 1000000 | 1110 | 101010100 | 1011111 | 101100 |
Color Harmonies of #DC064F
Complementary color
Monochromatic Colors of #DC064F
Black with #DC064F
Text Example
Text Example
White with #DC064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC064F; }
p { color: rgb(220,6,79); }
H1.HeaderClassName
{
color: #DC064F;
}
.AnyTagClassName
{
color: #DC064F;
}
</style>
background-color css
<style>
a { background-color: #DC064F; }
a { background-color: rgb(220,6,79); }
div.DivClassName
{
background-color: #DC064F;
}
.BgClassName
{
background-color: #DC064F;
}
</style>
border-color css
<style>
span { border-color: #DC064F; }
span { border-color: rgb(220,6,79); }
td.TdClassName
{
border-color: #DC064F;
}
.TagClassName
{
border-color: #DC064F;
}
</style>