Shades of Razzmatazz #DD035B
Tints of Razzmatazz #DD035B
RGB
CMYK
RGB Variations
Color information
#DD035B (or 0xDD035B) is known color: Razzmatazz. HEX triplet: DD, 03 and 5B. RGB value is (221,3,91). Sum of RGB (Red+Green+Blue) = 221+3+91=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD035B is #22FCA4. Grayscale: #4E4E4E. Windows color (decimal): -2292901 or 5964765. OLE color: 5964765.
HSL color Cylindrical-coordinate representation of color #DD035B: hue angle of 335.78º 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 #DD035B is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 91 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.13 |
| HSL | 335.78º | 0.97% | 0.44% | - |
| HSV(B) | 335.78º | 0.99% | 0.87% | - |
| XYZ | 31.74 | 16.19 | 11.35 | - |
| YUV | 78.21 | 135.22 | 229.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 91 | 0 | 0.99 | 0.59 | 0.13 | 335.78 | 0.97 | 0.44 |
| Hex | DD | 3 | 5B | 0 | 63 | 3B | D | 150 | 61 | 2C |
| Octal | 335 | 3 | 133 | 0 | 143 | 73 | 15 | 520 | 141 | 54 |
| Binary | 11011101 | 11 | 1011011 | 0 | 1100011 | 111011 | 1101 | 101010000 | 1100001 | 101100 |
Color Harmonies of #DD035B
Complementary color
Monochromatic Colors of #DD035B
Black with #DD035B
Text Example
Text Example
White with #DD035B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD035B; }
p { color: rgb(221,3,91); }
H1.HeaderClassName
{
color: #DD035B;
}
.AnyTagClassName
{
color: #DD035B;
}
</style>
background-color css
<style>
a { background-color: #DD035B; }
a { background-color: rgb(221,3,91); }
div.DivClassName
{
background-color: #DD035B;
}
.BgClassName
{
background-color: #DD035B;
}
</style>
border-color css
<style>
span { border-color: #DD035B; }
span { border-color: rgb(221,3,91); }
td.TdClassName
{
border-color: #DD035B;
}
.TagClassName
{
border-color: #DD035B;
}
</style>