Shades of Razzmatazz #DD0350
Tints of Razzmatazz #DD0350
RGB
CMYK
RGB Variations
Color information
#DD0350 (or 0xDD0350) is known color: Razzmatazz. HEX triplet: DD, 03 and 50. RGB value is (221,3,80). Sum of RGB (Red+Green+Blue) = 221+3+80=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0350 is #22FCAF. Grayscale: #4C4C4C. Windows color (decimal): -2292912 or 5243869. OLE color: 5243869.
HSL color Cylindrical-coordinate representation of color #DD0350: hue angle of 338.81º 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 #DD0350 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.13 |
| HSL | 338.81º | 0.97% | 0.44% | - |
| HSV(B) | 338.81º | 0.99% | 0.87% | - |
| XYZ | 31.3 | 16.02 | 9.03 | - |
| YUV | 76.96 | 129.72 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 80 | 0 | 0.99 | 0.64 | 0.13 | 338.81 | 0.97 | 0.44 |
| Hex | DD | 3 | 50 | 0 | 63 | 40 | D | 153 | 61 | 2C |
| Octal | 335 | 3 | 120 | 0 | 143 | 100 | 15 | 523 | 141 | 54 |
| Binary | 11011101 | 11 | 1010000 | 0 | 1100011 | 1000000 | 1101 | 101010011 | 1100001 | 101100 |
Color Harmonies of #DD0350
Complementary color
Monochromatic Colors of #DD0350
Black with #DD0350
Text Example
Text Example
White with #DD0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0350; }
p { color: rgb(221,3,80); }
H1.HeaderClassName
{
color: #DD0350;
}
.AnyTagClassName
{
color: #DD0350;
}
</style>
background-color css
<style>
a { background-color: #DD0350; }
a { background-color: rgb(221,3,80); }
div.DivClassName
{
background-color: #DD0350;
}
.BgClassName
{
background-color: #DD0350;
}
</style>
border-color css
<style>
span { border-color: #DD0350; }
span { border-color: rgb(221,3,80); }
td.TdClassName
{
border-color: #DD0350;
}
.TagClassName
{
border-color: #DD0350;
}
</style>