Shades of Razzmatazz #DC0951
Tints of Razzmatazz #DC0951
RGB
CMYK
RGB Variations
Color information
#DC0951 (or 0xDC0951) is known color: Razzmatazz. HEX triplet: DC, 09 and 51. RGB value is (220,9,81). Sum of RGB (Red+Green+Blue) = 220+9+81=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0951 is #23F6AE. Grayscale: #505050. Windows color (decimal): -2356911 or 5310940. OLE color: 5310940.
HSL color Cylindrical-coordinate representation of color #DC0951: hue angle of 339.53º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0951 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 81 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.14 |
| HSL | 339.53º | 0.92% | 0.45% | - |
| HSV(B) | 339.53º | 0.96% | 0.86% | - |
| XYZ | 31.1 | 16.01 | 9.23 | - |
| YUV | 80.3 | 128.4 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 81 | 0 | 0.96 | 0.63 | 0.14 | 339.53 | 0.92 | 0.45 |
| Hex | DC | 9 | 51 | 0 | 60 | 3F | E | 154 | 5C | 2D |
| Octal | 334 | 11 | 121 | 0 | 140 | 77 | 16 | 524 | 134 | 55 |
| Binary | 11011100 | 1001 | 1010001 | 0 | 1100000 | 111111 | 1110 | 101010100 | 1011100 | 101101 |
Color Harmonies of #DC0951
Complementary color
Monochromatic Colors of #DC0951
Black with #DC0951
Text Example
Text Example
White with #DC0951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0951; }
p { color: rgb(220,9,81); }
H1.HeaderClassName
{
color: #DC0951;
}
.AnyTagClassName
{
color: #DC0951;
}
</style>
background-color css
<style>
a { background-color: #DC0951; }
a { background-color: rgb(220,9,81); }
div.DivClassName
{
background-color: #DC0951;
}
.BgClassName
{
background-color: #DC0951;
}
</style>
border-color css
<style>
span { border-color: #DC0951; }
span { border-color: rgb(220,9,81); }
td.TdClassName
{
border-color: #DC0951;
}
.TagClassName
{
border-color: #DC0951;
}
</style>