Shades of Razzmatazz #DC0150
Tints of Razzmatazz #DC0150
RGB
CMYK
RGB Variations
Color information
#DC0150 (or 0xDC0150) is known color: Razzmatazz. HEX triplet: DC, 01 and 50. RGB value is (220,1,80). Sum of RGB (Red+Green+Blue) = 220+1+80=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0150 is #23FEAF. Grayscale: #4B4B4B. Windows color (decimal): -2358960 or 5243356. OLE color: 5243356.
HSL color Cylindrical-coordinate representation of color #DC0150: hue angle of 338.36º 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 #DC0150 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 80 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.14 |
| HSL | 338.36º | 0.99% | 0.43% | - |
| HSV(B) | 338.36º | 1% | 0.86% | - |
| XYZ | 30.97 | 15.82 | 9.01 | - |
| YUV | 75.49 | 130.55 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 80 | 0 | 1.00 | 0.64 | 0.14 | 338.36 | 0.99 | 0.43 |
| Hex | DC | 1 | 50 | 0 | 64 | 40 | E | 152 | 63 | 2B |
| Octal | 334 | 1 | 120 | 0 | 144 | 100 | 16 | 522 | 143 | 53 |
| Binary | 11011100 | 1 | 1010000 | 0 | 1100100 | 1000000 | 1110 | 101010010 | 1100011 | 101011 |
Color Harmonies of #DC0150
Complementary color
Monochromatic Colors of #DC0150
Black with #DC0150
Text Example
Text Example
White with #DC0150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0150; }
p { color: rgb(220,1,80); }
H1.HeaderClassName
{
color: #DC0150;
}
.AnyTagClassName
{
color: #DC0150;
}
</style>
background-color css
<style>
a { background-color: #DC0150; }
a { background-color: rgb(220,1,80); }
div.DivClassName
{
background-color: #DC0150;
}
.BgClassName
{
background-color: #DC0150;
}
</style>
border-color css
<style>
span { border-color: #DC0150; }
span { border-color: rgb(220,1,80); }
td.TdClassName
{
border-color: #DC0150;
}
.TagClassName
{
border-color: #DC0150;
}
</style>