Shades of Razzmatazz #DD0265
Tints of Razzmatazz #DD0265
RGB
CMYK
RGB Variations
Color information
#DD0265 (or 0xDD0265) is known color: Razzmatazz. HEX triplet: DD, 02 and 65. RGB value is (221,2,101). Sum of RGB (Red+Green+Blue) = 221+2+101=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0265 is #22FD9A. Grayscale: #4E4E4E. Windows color (decimal): -2293147 or 6619869. OLE color: 6619869.
HSL color Cylindrical-coordinate representation of color #DD0265: hue angle of 332.88º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD0265 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.13 |
| HSL | 332.88º | 0.98% | 0.44% | - |
| HSV(B) | 332.88º | 0.99% | 0.87% | - |
| XYZ | 32.19 | 16.36 | 13.77 | - |
| YUV | 78.77 | 140.55 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 101 | 0 | 0.99 | 0.54 | 0.13 | 332.88 | 0.98 | 0.44 |
| Hex | DD | 2 | 65 | 0 | 63 | 36 | D | 14D | 62 | 2C |
| Octal | 335 | 2 | 145 | 0 | 143 | 66 | 15 | 515 | 142 | 54 |
| Binary | 11011101 | 10 | 1100101 | 0 | 1100011 | 110110 | 1101 | 101001101 | 1100010 | 101100 |
Color Harmonies of #DD0265
Complementary color
Monochromatic Colors of #DD0265
Black with #DD0265
Text Example
Text Example
White with #DD0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0265; }
p { color: rgb(221,2,101); }
H1.HeaderClassName
{
color: #DD0265;
}
.AnyTagClassName
{
color: #DD0265;
}
</style>
background-color css
<style>
a { background-color: #DD0265; }
a { background-color: rgb(221,2,101); }
div.DivClassName
{
background-color: #DD0265;
}
.BgClassName
{
background-color: #DD0265;
}
</style>
border-color css
<style>
span { border-color: #DD0265; }
span { border-color: rgb(221,2,101); }
td.TdClassName
{
border-color: #DD0265;
}
.TagClassName
{
border-color: #DD0265;
}
</style>