Shades of Razzmatazz #DD036B
Tints of Razzmatazz #DD036B
RGB
CMYK
RGB Variations
Color information
#DD036B (or 0xDD036B) is known color: Razzmatazz. HEX triplet: DD, 03 and 6B. RGB value is (221,3,107). Sum of RGB (Red+Green+Blue) = 221+3+107=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD036B is #22FC94. Grayscale: #4F4F4F. Windows color (decimal): -2292885 or 7013341. OLE color: 7013341.
HSL color Cylindrical-coordinate representation of color #DD036B: hue angle of 331.38º 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 #DD036B is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.13 |
| HSL | 331.38º | 0.97% | 0.44% | - |
| HSV(B) | 331.38º | 0.99% | 0.87% | - |
| XYZ | 32.51 | 16.5 | 15.38 | - |
| YUV | 80.04 | 143.22 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 107 | 0 | 0.99 | 0.52 | 0.13 | 331.38 | 0.97 | 0.44 |
| Hex | DD | 3 | 6B | 0 | 63 | 34 | D | 14B | 61 | 2C |
| Octal | 335 | 3 | 153 | 0 | 143 | 64 | 15 | 513 | 141 | 54 |
| Binary | 11011101 | 11 | 1101011 | 0 | 1100011 | 110100 | 1101 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DD036B
Complementary color
Monochromatic Colors of #DD036B
Black with #DD036B
Text Example
Text Example
White with #DD036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD036B; }
p { color: rgb(221,3,107); }
H1.HeaderClassName
{
color: #DD036B;
}
.AnyTagClassName
{
color: #DD036B;
}
</style>
background-color css
<style>
a { background-color: #DD036B; }
a { background-color: rgb(221,3,107); }
div.DivClassName
{
background-color: #DD036B;
}
.BgClassName
{
background-color: #DD036B;
}
</style>
border-color css
<style>
span { border-color: #DD036B; }
span { border-color: rgb(221,3,107); }
td.TdClassName
{
border-color: #DD036B;
}
.TagClassName
{
border-color: #DD036B;
}
</style>