Shades of Razzmatazz #DD036C
Tints of Razzmatazz #DD036C
RGB
CMYK
RGB Variations
Color information
#DD036C (or 0xDD036C) is known color: Razzmatazz. HEX triplet: DD, 03 and 6C. RGB value is (221,3,108). Sum of RGB (Red+Green+Blue) = 221+3+108=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD036C is #22FC93. Grayscale: #4F4F4F. Windows color (decimal): -2292884 or 7078877. OLE color: 7078877.
HSL color Cylindrical-coordinate representation of color #DD036C: hue angle of 331.1º degrees, saturation: 0.97, 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 #DD036C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.13 |
| HSL | 331.1º | 0.97% | 0.44% | - |
| HSV(B) | 331.1º | 0.99% | 0.87% | - |
| XYZ | 32.56 | 16.52 | 15.66 | - |
| YUV | 80.15 | 143.72 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 108 | 0 | 0.99 | 0.51 | 0.13 | 331.1 | 0.97 | 0.44 |
| Hex | DD | 3 | 6C | 0 | 63 | 33 | D | 14B | 61 | 2C |
| Octal | 335 | 3 | 154 | 0 | 143 | 63 | 15 | 513 | 141 | 54 |
| Binary | 11011101 | 11 | 1101100 | 0 | 1100011 | 110011 | 1101 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DD036C
Complementary color
Monochromatic Colors of #DD036C
Black with #DD036C
Text Example
Text Example
White with #DD036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD036C; }
p { color: rgb(221,3,108); }
H1.HeaderClassName
{
color: #DD036C;
}
.AnyTagClassName
{
color: #DD036C;
}
</style>
background-color css
<style>
a { background-color: #DD036C; }
a { background-color: rgb(221,3,108); }
div.DivClassName
{
background-color: #DD036C;
}
.BgClassName
{
background-color: #DD036C;
}
</style>
border-color css
<style>
span { border-color: #DD036C; }
span { border-color: rgb(221,3,108); }
td.TdClassName
{
border-color: #DD036C;
}
.TagClassName
{
border-color: #DD036C;
}
</style>