Shades of Razzmatazz #DC015D
Tints of Razzmatazz #DC015D
RGB
CMYK
RGB Variations
Color information
#DC015D (or 0xDC015D) is known color: Razzmatazz. HEX triplet: DC, 01 and 5D. RGB value is (220,1,93). Sum of RGB (Red+Green+Blue) = 220+1+93=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 1 (0.78% from 255 or 0.32% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC015D is #23FEA2. Grayscale: #4C4C4C. Windows color (decimal): -2358947 or 6095324. OLE color: 6095324.
HSL color Cylindrical-coordinate representation of color #DC015D: hue angle of 334.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC015D is Cyan = 0, Magento = 1.00, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.58 | 0.14 |
| HSL | 334.79º | 0.99% | 0.43% | - |
| HSV(B) | 334.79º | 1% | 0.86% | - |
| XYZ | 31.5 | 16.03 | 11.79 | - |
| YUV | 76.97 | 137.05 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 93 | 0 | 1.00 | 0.58 | 0.14 | 334.79 | 0.99 | 0.43 |
| Hex | DC | 1 | 5D | 0 | 64 | 3A | E | 14F | 63 | 2B |
| Octal | 334 | 1 | 135 | 0 | 144 | 72 | 16 | 517 | 143 | 53 |
| Binary | 11011100 | 1 | 1011101 | 0 | 1100100 | 111010 | 1110 | 101001111 | 1100011 | 101011 |
Color Harmonies of #DC015D
Complementary color
Monochromatic Colors of #DC015D
Black with #DC015D
Text Example
Text Example
White with #DC015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC015D; }
p { color: rgb(220,1,93); }
H1.HeaderClassName
{
color: #DC015D;
}
.AnyTagClassName
{
color: #DC015D;
}
</style>
background-color css
<style>
a { background-color: #DC015D; }
a { background-color: rgb(220,1,93); }
div.DivClassName
{
background-color: #DC015D;
}
.BgClassName
{
background-color: #DC015D;
}
</style>
border-color css
<style>
span { border-color: #DC015D; }
span { border-color: rgb(220,1,93); }
td.TdClassName
{
border-color: #DC015D;
}
.TagClassName
{
border-color: #DC015D;
}
</style>