Shades of Razzmatazz #DC0658
Tints of Razzmatazz #DC0658
RGB
CMYK
RGB Variations
Color information
#DC0658 (or 0xDC0658) is known color: Razzmatazz. HEX triplet: DC, 06 and 58. RGB value is (220,6,88). Sum of RGB (Red+Green+Blue) = 220+6+88=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 6 (2.73% from 255 or 1.91% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0658 is #23F9A7. Grayscale: #4F4F4F. Windows color (decimal): -2357672 or 5768924. OLE color: 5768924.
HSL color Cylindrical-coordinate representation of color #DC0658: hue angle of 337.01º 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 #DC0658 is Cyan = 0, Magento = 0.97, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 88 | - |
| CMYK | 0 | 0.97 | 0.6 | 0.14 |
| HSL | 337.01º | 0.95% | 0.44% | - |
| HSV(B) | 337.01º | 0.97% | 0.86% | - |
| XYZ | 31.34 | 16.05 | 10.68 | - |
| YUV | 79.33 | 132.9 | 228.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 88 | 0 | 0.97 | 0.6 | 0.14 | 337.01 | 0.95 | 0.44 |
| Hex | DC | 6 | 58 | 0 | 61 | 3C | E | 151 | 5F | 2C |
| Octal | 334 | 6 | 130 | 0 | 141 | 74 | 16 | 521 | 137 | 54 |
| Binary | 11011100 | 110 | 1011000 | 0 | 1100001 | 111100 | 1110 | 101010001 | 1011111 | 101100 |
Color Harmonies of #DC0658
Complementary color
Monochromatic Colors of #DC0658
Black with #DC0658
Text Example
Text Example
White with #DC0658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0658; }
p { color: rgb(220,6,88); }
H1.HeaderClassName
{
color: #DC0658;
}
.AnyTagClassName
{
color: #DC0658;
}
</style>
background-color css
<style>
a { background-color: #DC0658; }
a { background-color: rgb(220,6,88); }
div.DivClassName
{
background-color: #DC0658;
}
.BgClassName
{
background-color: #DC0658;
}
</style>
border-color css
<style>
span { border-color: #DC0658; }
span { border-color: rgb(220,6,88); }
td.TdClassName
{
border-color: #DC0658;
}
.TagClassName
{
border-color: #DC0658;
}
</style>