Shades of Razzmatazz #DC1250
Tints of Razzmatazz #DC1250
RGB
CMYK
RGB Variations
Color information
#DC1250 (or 0xDC1250) is known color: Razzmatazz. HEX triplet: DC, 12 and 50. RGB value is (220,18,80). Sum of RGB (Red+Green+Blue) = 220+18+80=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1250 is #23EDAF. Grayscale: #555555. Windows color (decimal): -2354608 or 5247708. OLE color: 5247708.
HSL color Cylindrical-coordinate representation of color #DC1250: hue angle of 341.58º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC1250 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 18 | 80 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.14 |
| HSL | 341.58º | 0.85% | 0.47% | - |
| HSV(B) | 341.58º | 0.92% | 0.86% | - |
| XYZ | 31.18 | 16.23 | 9.08 | - |
| YUV | 85.47 | 124.92 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 18 | 80 | 0 | 0.92 | 0.64 | 0.14 | 341.58 | 0.85 | 0.47 |
| Hex | DC | 12 | 50 | 0 | 5C | 40 | E | 156 | 55 | 2F |
| Octal | 334 | 22 | 120 | 0 | 134 | 100 | 16 | 526 | 125 | 57 |
| Binary | 11011100 | 10010 | 1010000 | 0 | 1011100 | 1000000 | 1110 | 101010110 | 1010101 | 101111 |
Color Harmonies of #DC1250
Complementary color
Monochromatic Colors of #DC1250
Black with #DC1250
Text Example
Text Example
White with #DC1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1250; }
p { color: rgb(220,18,80); }
H1.HeaderClassName
{
color: #DC1250;
}
.AnyTagClassName
{
color: #DC1250;
}
</style>
background-color css
<style>
a { background-color: #DC1250; }
a { background-color: rgb(220,18,80); }
div.DivClassName
{
background-color: #DC1250;
}
.BgClassName
{
background-color: #DC1250;
}
</style>
border-color css
<style>
span { border-color: #DC1250; }
span { border-color: rgb(220,18,80); }
td.TdClassName
{
border-color: #DC1250;
}
.TagClassName
{
border-color: #DC1250;
}
</style>