Shades of Razzmatazz #DD0363
Tints of Razzmatazz #DD0363
RGB
CMYK
RGB Variations
Color information
#DD0363 (or 0xDD0363) is known color: Razzmatazz. HEX triplet: DD, 03 and 63. RGB value is (221,3,99). Sum of RGB (Red+Green+Blue) = 221+3+99=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0363 is #22FC9C. Grayscale: #4E4E4E. Windows color (decimal): -2292893 or 6489053. OLE color: 6489053.
HSL color Cylindrical-coordinate representation of color #DD0363: hue angle of 333.58º 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 #DD0363 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 99 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.13 |
| HSL | 333.58º | 0.97% | 0.44% | - |
| HSV(B) | 333.58º | 0.99% | 0.87% | - |
| XYZ | 32.1 | 16.34 | 13.27 | - |
| YUV | 79.13 | 139.22 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 99 | 0 | 0.99 | 0.55 | 0.13 | 333.58 | 0.97 | 0.44 |
| Hex | DD | 3 | 63 | 0 | 63 | 37 | D | 14E | 61 | 2C |
| Octal | 335 | 3 | 143 | 0 | 143 | 67 | 15 | 516 | 141 | 54 |
| Binary | 11011101 | 11 | 1100011 | 0 | 1100011 | 110111 | 1101 | 101001110 | 1100001 | 101100 |
Color Harmonies of #DD0363
Complementary color
Monochromatic Colors of #DD0363
Black with #DD0363
Text Example
Text Example
White with #DD0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0363; }
p { color: rgb(221,3,99); }
H1.HeaderClassName
{
color: #DD0363;
}
.AnyTagClassName
{
color: #DD0363;
}
</style>
background-color css
<style>
a { background-color: #DD0363; }
a { background-color: rgb(221,3,99); }
div.DivClassName
{
background-color: #DD0363;
}
.BgClassName
{
background-color: #DD0363;
}
</style>
border-color css
<style>
span { border-color: #DD0363; }
span { border-color: rgb(221,3,99); }
td.TdClassName
{
border-color: #DD0363;
}
.TagClassName
{
border-color: #DD0363;
}
</style>