Shades of Razzmatazz #DC0250
Tints of Razzmatazz #DC0250
RGB
CMYK
RGB Variations
Color information
#DC0250 (or 0xDC0250) is known color: Razzmatazz. HEX triplet: DC, 02 and 50. RGB value is (220,2,80). Sum of RGB (Red+Green+Blue) = 220+2+80=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0250 is #23FDAF. Grayscale: #4B4B4B. Windows color (decimal): -2358704 or 5243612. OLE color: 5243612.
HSL color Cylindrical-coordinate representation of color #DC0250: hue angle of 338.53º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0250 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.14 |
| HSL | 338.53º | 0.98% | 0.44% | - |
| HSV(B) | 338.53º | 0.99% | 0.86% | - |
| XYZ | 30.98 | 15.84 | 9.01 | - |
| YUV | 76.07 | 130.22 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 80 | 0 | 0.99 | 0.64 | 0.14 | 338.53 | 0.98 | 0.44 |
| Hex | DC | 2 | 50 | 0 | 63 | 40 | E | 153 | 62 | 2C |
| Octal | 334 | 2 | 120 | 0 | 143 | 100 | 16 | 523 | 142 | 54 |
| Binary | 11011100 | 10 | 1010000 | 0 | 1100011 | 1000000 | 1110 | 101010011 | 1100010 | 101100 |
Color Harmonies of #DC0250
Complementary color
Monochromatic Colors of #DC0250
Black with #DC0250
Text Example
Text Example
White with #DC0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0250; }
p { color: rgb(220,2,80); }
H1.HeaderClassName
{
color: #DC0250;
}
.AnyTagClassName
{
color: #DC0250;
}
</style>
background-color css
<style>
a { background-color: #DC0250; }
a { background-color: rgb(220,2,80); }
div.DivClassName
{
background-color: #DC0250;
}
.BgClassName
{
background-color: #DC0250;
}
</style>
border-color css
<style>
span { border-color: #DC0250; }
span { border-color: rgb(220,2,80); }
td.TdClassName
{
border-color: #DC0250;
}
.TagClassName
{
border-color: #DC0250;
}
</style>