Shades of Razzmatazz #DD0955
Tints of Razzmatazz #DD0955
RGB
CMYK
RGB Variations
Color information
#DD0955 (or 0xDD0955) is known color: Razzmatazz. HEX triplet: DD, 09 and 55. RGB value is (221,9,85). Sum of RGB (Red+Green+Blue) = 221+9+85=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0955 is #22F6AA. Grayscale: #505050. Windows color (decimal): -2291371 or 5573085. OLE color: 5573085.
HSL color Cylindrical-coordinate representation of color #DD0955: hue angle of 338.49º 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 #DD0955 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.13 |
| HSL | 338.49º | 0.92% | 0.45% | - |
| HSV(B) | 338.49º | 0.96% | 0.87% | - |
| XYZ | 31.56 | 16.22 | 10.06 | - |
| YUV | 81.05 | 130.24 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 85 | 0 | 0.96 | 0.62 | 0.13 | 338.49 | 0.92 | 0.45 |
| Hex | DD | 9 | 55 | 0 | 60 | 3E | D | 152 | 5C | 2D |
| Octal | 335 | 11 | 125 | 0 | 140 | 76 | 15 | 522 | 134 | 55 |
| Binary | 11011101 | 1001 | 1010101 | 0 | 1100000 | 111110 | 1101 | 101010010 | 1011100 | 101101 |
Color Harmonies of #DD0955
Complementary color
Monochromatic Colors of #DD0955
Black with #DD0955
Text Example
Text Example
White with #DD0955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0955; }
p { color: rgb(221,9,85); }
H1.HeaderClassName
{
color: #DD0955;
}
.AnyTagClassName
{
color: #DD0955;
}
</style>
background-color css
<style>
a { background-color: #DD0955; }
a { background-color: rgb(221,9,85); }
div.DivClassName
{
background-color: #DD0955;
}
.BgClassName
{
background-color: #DD0955;
}
</style>
border-color css
<style>
span { border-color: #DD0955; }
span { border-color: rgb(221,9,85); }
td.TdClassName
{
border-color: #DD0955;
}
.TagClassName
{
border-color: #DD0955;
}
</style>