Shades of Razzmatazz #DD0351
Tints of Razzmatazz #DD0351
RGB
CMYK
RGB Variations
Color information
#DD0351 (or 0xDD0351) is known color: Razzmatazz. HEX triplet: DD, 03 and 51. RGB value is (221,3,81). Sum of RGB (Red+Green+Blue) = 221+3+81=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0351 is #22FCAE. Grayscale: #4C4C4C. Windows color (decimal): -2292911 or 5309405. OLE color: 5309405.
HSL color Cylindrical-coordinate representation of color #DD0351: hue angle of 338.53º 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 #DD0351 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.13 |
| HSL | 338.53º | 0.97% | 0.44% | - |
| HSV(B) | 338.53º | 0.99% | 0.87% | - |
| XYZ | 31.34 | 16.03 | 9.23 | - |
| YUV | 77.07 | 130.22 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 81 | 0 | 0.99 | 0.63 | 0.13 | 338.53 | 0.97 | 0.44 |
| Hex | DD | 3 | 51 | 0 | 63 | 3F | D | 153 | 61 | 2C |
| Octal | 335 | 3 | 121 | 0 | 143 | 77 | 15 | 523 | 141 | 54 |
| Binary | 11011101 | 11 | 1010001 | 0 | 1100011 | 111111 | 1101 | 101010011 | 1100001 | 101100 |
Color Harmonies of #DD0351
Complementary color
Monochromatic Colors of #DD0351
Black with #DD0351
Text Example
Text Example
White with #DD0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0351; }
p { color: rgb(221,3,81); }
H1.HeaderClassName
{
color: #DD0351;
}
.AnyTagClassName
{
color: #DD0351;
}
</style>
background-color css
<style>
a { background-color: #DD0351; }
a { background-color: rgb(221,3,81); }
div.DivClassName
{
background-color: #DD0351;
}
.BgClassName
{
background-color: #DD0351;
}
</style>
border-color css
<style>
span { border-color: #DD0351; }
span { border-color: rgb(221,3,81); }
td.TdClassName
{
border-color: #DD0351;
}
.TagClassName
{
border-color: #DD0351;
}
</style>