Shades of Razzmatazz #DD0956
Tints of Razzmatazz #DD0956
RGB
CMYK
RGB Variations
Color information
#DD0956 (or 0xDD0956) is known color: Razzmatazz. HEX triplet: DD, 09 and 56. RGB value is (221,9,86). Sum of RGB (Red+Green+Blue) = 221+9+86=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0956 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0956 is #22F6A9. Grayscale: #515151. Windows color (decimal): -2291370 or 5638621. OLE color: 5638621.
HSL color Cylindrical-coordinate representation of color #DD0956: hue angle of 338.21º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0956 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 86 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.13 |
| HSL | 338.21º | 0.92% | 0.45% | - |
| HSV(B) | 338.21º | 0.96% | 0.87% | - |
| XYZ | 31.6 | 16.24 | 10.27 | - |
| YUV | 81.17 | 130.74 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 86 | 0 | 0.96 | 0.61 | 0.13 | 338.21 | 0.92 | 0.45 |
| Hex | DD | 9 | 56 | 0 | 60 | 3D | D | 152 | 5C | 2D |
| Octal | 335 | 11 | 126 | 0 | 140 | 75 | 15 | 522 | 134 | 55 |
| Binary | 11011101 | 1001 | 1010110 | 0 | 1100000 | 111101 | 1101 | 101010010 | 1011100 | 101101 |
Color Harmonies of #DD0956
Complementary color
Monochromatic Colors of #DD0956
Black with #DD0956
Text Example
Text Example
White with #DD0956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0956; }
p { color: rgb(221,9,86); }
H1.HeaderClassName
{
color: #DD0956;
}
.AnyTagClassName
{
color: #DD0956;
}
</style>
background-color css
<style>
a { background-color: #DD0956; }
a { background-color: rgb(221,9,86); }
div.DivClassName
{
background-color: #DD0956;
}
.BgClassName
{
background-color: #DD0956;
}
</style>
border-color css
<style>
span { border-color: #DD0956; }
span { border-color: rgb(221,9,86); }
td.TdClassName
{
border-color: #DD0956;
}
.TagClassName
{
border-color: #DD0956;
}
</style>