Shades of Razzmatazz #DC015A
Tints of Razzmatazz #DC015A
RGB
CMYK
RGB Variations
Color information
#DC015A (or 0xDC015A) is known color: Razzmatazz. HEX triplet: DC, 01 and 5A. RGB value is (220,1,90). Sum of RGB (Red+Green+Blue) = 220+1+90=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 90 (35.55% from 255 or 28.94% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC015A is #23FEA5. Grayscale: #4C4C4C. Windows color (decimal): -2358950 or 5898716. OLE color: 5898716.
HSL color Cylindrical-coordinate representation of color #DC015A: hue angle of 335.62º 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 #DC015A is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 90 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.14 |
| HSL | 335.62º | 0.99% | 0.43% | - |
| HSV(B) | 335.62º | 1% | 0.86% | - |
| XYZ | 31.37 | 15.98 | 11.1 | - |
| YUV | 76.63 | 135.55 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 90 | 0 | 1.00 | 0.59 | 0.14 | 335.62 | 0.99 | 0.43 |
| Hex | DC | 1 | 5A | 0 | 64 | 3B | E | 150 | 63 | 2B |
| Octal | 334 | 1 | 132 | 0 | 144 | 73 | 16 | 520 | 143 | 53 |
| Binary | 11011100 | 1 | 1011010 | 0 | 1100100 | 111011 | 1110 | 101010000 | 1100011 | 101011 |
Color Harmonies of #DC015A
Complementary color
Monochromatic Colors of #DC015A
Black with #DC015A
Text Example
Text Example
White with #DC015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC015A; }
p { color: rgb(220,1,90); }
H1.HeaderClassName
{
color: #DC015A;
}
.AnyTagClassName
{
color: #DC015A;
}
</style>
background-color css
<style>
a { background-color: #DC015A; }
a { background-color: rgb(220,1,90); }
div.DivClassName
{
background-color: #DC015A;
}
.BgClassName
{
background-color: #DC015A;
}
</style>
border-color css
<style>
span { border-color: #DC015A; }
span { border-color: rgb(220,1,90); }
td.TdClassName
{
border-color: #DC015A;
}
.TagClassName
{
border-color: #DC015A;
}
</style>