Shades of Razzmatazz #DC0657
Tints of Razzmatazz #DC0657
RGB
CMYK
RGB Variations
Color information
#DC0657 (or 0xDC0657) is known color: Razzmatazz. HEX triplet: DC, 06 and 57. RGB value is (220,6,87). Sum of RGB (Red+Green+Blue) = 220+6+87=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0657 is #23F9A8. Grayscale: #4F4F4F. Windows color (decimal): -2357673 or 5703388. OLE color: 5703388.
HSL color Cylindrical-coordinate representation of color #DC0657: hue angle of 337.29º 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 #DC0657 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 87 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.14 |
| HSL | 337.29º | 0.95% | 0.44% | - |
| HSV(B) | 337.29º | 0.97% | 0.86% | - |
| XYZ | 31.3 | 16.03 | 10.46 | - |
| YUV | 79.22 | 132.4 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 87 | 0 | 0.97 | 0.60 | 0.14 | 337.29 | 0.95 | 0.44 |
| Hex | DC | 6 | 57 | 0 | 61 | 3C | E | 151 | 5F | 2C |
| Octal | 334 | 6 | 127 | 0 | 141 | 74 | 16 | 521 | 137 | 54 |
| Binary | 11011100 | 110 | 1010111 | 0 | 1100001 | 111100 | 1110 | 101010001 | 1011111 | 101100 |
Color Harmonies of #DC0657
Complementary color
Monochromatic Colors of #DC0657
Black with #DC0657
Text Example
Text Example
White with #DC0657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0657; }
p { color: rgb(220,6,87); }
H1.HeaderClassName
{
color: #DC0657;
}
.AnyTagClassName
{
color: #DC0657;
}
</style>
background-color css
<style>
a { background-color: #DC0657; }
a { background-color: rgb(220,6,87); }
div.DivClassName
{
background-color: #DC0657;
}
.BgClassName
{
background-color: #DC0657;
}
</style>
border-color css
<style>
span { border-color: #DC0657; }
span { border-color: rgb(220,6,87); }
td.TdClassName
{
border-color: #DC0657;
}
.TagClassName
{
border-color: #DC0657;
}
</style>