Shades of Razzmatazz #DC0265
Tints of Razzmatazz #DC0265
RGB
CMYK
RGB Variations
Color information
#DC0265 (or 0xDC0265) is known color: Razzmatazz. HEX triplet: DC, 02 and 65. RGB value is (220,2,101). Sum of RGB (Red+Green+Blue) = 220+2+101=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 2 (1.17% from 255 or 0.62% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0265 is #23FD9A. Grayscale: #4E4E4E. Windows color (decimal): -2358683 or 6619868. OLE color: 6619868.
HSL color Cylindrical-coordinate representation of color #DC0265: hue angle of 332.75º 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 #DC0265 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.14 |
| HSL | 332.75º | 0.98% | 0.44% | - |
| HSV(B) | 332.75º | 0.99% | 0.86% | - |
| XYZ | 31.89 | 16.2 | 13.76 | - |
| YUV | 78.47 | 140.72 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 101 | 0 | 0.99 | 0.54 | 0.14 | 332.75 | 0.98 | 0.44 |
| Hex | DC | 2 | 65 | 0 | 63 | 36 | E | 14D | 62 | 2C |
| Octal | 334 | 2 | 145 | 0 | 143 | 66 | 16 | 515 | 142 | 54 |
| Binary | 11011100 | 10 | 1100101 | 0 | 1100011 | 110110 | 1110 | 101001101 | 1100010 | 101100 |
Color Harmonies of #DC0265
Complementary color
Monochromatic Colors of #DC0265
Black with #DC0265
Text Example
Text Example
White with #DC0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0265; }
p { color: rgb(220,2,101); }
H1.HeaderClassName
{
color: #DC0265;
}
.AnyTagClassName
{
color: #DC0265;
}
</style>
background-color css
<style>
a { background-color: #DC0265; }
a { background-color: rgb(220,2,101); }
div.DivClassName
{
background-color: #DC0265;
}
.BgClassName
{
background-color: #DC0265;
}
</style>
border-color css
<style>
span { border-color: #DC0265; }
span { border-color: rgb(220,2,101); }
td.TdClassName
{
border-color: #DC0265;
}
.TagClassName
{
border-color: #DC0265;
}
</style>