Shades of Razzmatazz #DD0067
Tints of Razzmatazz #DD0067
RGB
CMYK
RGB Variations
Color information
#DD0067 (or 0xDD0067) is known color: Razzmatazz. HEX triplet: DD, 00 and 67. RGB value is (221,0,103). Sum of RGB (Red+Green+Blue) = 221+0+103=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0067 is #22FF98. Grayscale: #4D4D4D. Windows color (decimal): -2293657 or 6750429. OLE color: 6750429.
HSL color Cylindrical-coordinate representation of color #DD0067: hue angle of 332.04º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0067 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.53 | 0.13 |
| HSL | 332.04º | 1% | 0.43% | - |
| HSV(B) | 332.04º | 1% | 0.87% | - |
| XYZ | 32.27 | 16.35 | 14.29 | - |
| YUV | 77.82 | 142.22 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 103 | 0 | 1 | 0.53 | 0.13 | 332.04 | 1 | 0.43 |
| Hex | DD | 0 | 67 | 0 | 64 | 35 | D | 14C | 64 | 2B |
| Octal | 335 | 0 | 147 | 0 | 144 | 65 | 15 | 514 | 144 | 53 |
| Binary | 11011101 | 0 | 1100111 | 0 | 1100100 | 110101 | 1101 | 101001100 | 1100100 | 101011 |
Color Harmonies of #DD0067
Complementary color
Monochromatic Colors of #DD0067
Black with #DD0067
Text Example
Text Example
White with #DD0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0067; }
p { color: rgb(221,0,103); }
H1.HeaderClassName
{
color: #DD0067;
}
.AnyTagClassName
{
color: #DD0067;
}
</style>
background-color css
<style>
a { background-color: #DD0067; }
a { background-color: rgb(221,0,103); }
div.DivClassName
{
background-color: #DD0067;
}
.BgClassName
{
background-color: #DD0067;
}
</style>
border-color css
<style>
span { border-color: #DD0067; }
span { border-color: rgb(221,0,103); }
td.TdClassName
{
border-color: #DD0067;
}
.TagClassName
{
border-color: #DD0067;
}
</style>