Shades of Razzmatazz #DD0348
Tints of Razzmatazz #DD0348
RGB
CMYK
RGB Variations
Color information
#DD0348 (or 0xDD0348) is known color: Razzmatazz. HEX triplet: DD, 03 and 48. RGB value is (221,3,72). Sum of RGB (Red+Green+Blue) = 221+3+72=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0348 is #22FCB7. Grayscale: #4B4B4B. Windows color (decimal): -2292920 or 4719581. OLE color: 4719581.
HSL color Cylindrical-coordinate representation of color #DD0348: hue angle of 341.01º 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 #DD0348 is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 72 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.13 |
| HSL | 341.01º | 0.97% | 0.44% | - |
| HSV(B) | 341.01º | 0.99% | 0.87% | - |
| XYZ | 31.02 | 15.91 | 7.57 | - |
| YUV | 76.05 | 125.72 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 72 | 0 | 0.99 | 0.67 | 0.13 | 341.01 | 0.97 | 0.44 |
| Hex | DD | 3 | 48 | 0 | 63 | 43 | D | 155 | 61 | 2C |
| Octal | 335 | 3 | 110 | 0 | 143 | 103 | 15 | 525 | 141 | 54 |
| Binary | 11011101 | 11 | 1001000 | 0 | 1100011 | 1000011 | 1101 | 101010101 | 1100001 | 101100 |
Color Harmonies of #DD0348
Complementary color
Monochromatic Colors of #DD0348
Black with #DD0348
Text Example
Text Example
White with #DD0348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0348; }
p { color: rgb(221,3,72); }
H1.HeaderClassName
{
color: #DD0348;
}
.AnyTagClassName
{
color: #DD0348;
}
</style>
background-color css
<style>
a { background-color: #DD0348; }
a { background-color: rgb(221,3,72); }
div.DivClassName
{
background-color: #DD0348;
}
.BgClassName
{
background-color: #DD0348;
}
</style>
border-color css
<style>
span { border-color: #DD0348; }
span { border-color: rgb(221,3,72); }
td.TdClassName
{
border-color: #DD0348;
}
.TagClassName
{
border-color: #DD0348;
}
</style>