Shades of Razzmatazz #DD044F
Tints of Razzmatazz #DD044F
RGB
CMYK
RGB Variations
Color information
#DD044F (or 0xDD044F) is known color: Razzmatazz. HEX triplet: DD, 04 and 4F. RGB value is (221,4,79). Sum of RGB (Red+Green+Blue) = 221+4+79=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD044F is #22FBB0. Grayscale: #4D4D4D. Windows color (decimal): -2292657 or 5178589. OLE color: 5178589.
HSL color Cylindrical-coordinate representation of color #DD044F: hue angle of 339.26º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD044F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 4 | 79 | - |
CMYK | 0 | 0.98 | 0.64 | 0.13 |
HSL | 339.26º | 0.96% | 0.44% | - |
HSV(B) | 339.26º | 0.98% | 0.87% | - |
XYZ | 31.27 | 16.02 | 8.84 | - |
YUV | 77.43 | 128.89 | 230.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 4 | 79 | 0 | 0.98 | 0.64 | 0.13 | 339.26 | 0.96 | 0.44 |
Hex | DD | 4 | 4F | 0 | 62 | 40 | D | 153 | 60 | 2C |
Octal | 335 | 4 | 117 | 0 | 142 | 100 | 15 | 523 | 140 | 54 |
Binary | 11011101 | 100 | 1001111 | 0 | 1100010 | 1000000 | 1101 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DD044F
Complementary color
Monochromatic Colors of #DD044F
Black with #DD044F
Text Example
Text Example
White with #DD044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD044F; }
p { color: rgb(221,4,79); }
H1.HeaderClassName
{
color: #DD044F;
}
.AnyTagClassName
{
color: #DD044F;
}
</style>
background-color css
<style>
a { background-color: #DD044F; }
a { background-color: rgb(221,4,79); }
div.DivClassName
{
background-color: #DD044F;
}
.BgClassName
{
background-color: #DD044F;
}
</style>
border-color css
<style>
span { border-color: #DD044F; }
span { border-color: rgb(221,4,79); }
td.TdClassName
{
border-color: #DD044F;
}
.TagClassName
{
border-color: #DD044F;
}
</style>