Shades of Razzmatazz #DD0853
Tints of Razzmatazz #DD0853
RGB
CMYK
RGB Variations
Color information
#DD0853 (or 0xDD0853) is known color: Razzmatazz. HEX triplet: DD, 08 and 53. RGB value is (221,8,83). Sum of RGB (Red+Green+Blue) = 221+8+83=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0853 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0853 is #22F7AC. Grayscale: #505050. Windows color (decimal): -2291629 or 5441757. OLE color: 5441757.
HSL color Cylindrical-coordinate representation of color #DD0853: hue angle of 338.87º degrees, saturation: 0.93, 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 #DD0853 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 83 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.13 |
| HSL | 338.87º | 0.93% | 0.45% | - |
| HSV(B) | 338.87º | 0.96% | 0.87% | - |
| XYZ | 31.47 | 16.17 | 9.65 | - |
| YUV | 80.24 | 129.57 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 83 | 0 | 0.96 | 0.62 | 0.13 | 338.87 | 0.93 | 0.45 |
| Hex | DD | 8 | 53 | 0 | 60 | 3E | D | 153 | 5D | 2D |
| Octal | 335 | 10 | 123 | 0 | 140 | 76 | 15 | 523 | 135 | 55 |
| Binary | 11011101 | 1000 | 1010011 | 0 | 1100000 | 111110 | 1101 | 101010011 | 1011101 | 101101 |
Color Harmonies of #DD0853
Complementary color
Monochromatic Colors of #DD0853
Black with #DD0853
Text Example
Text Example
White with #DD0853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0853; }
p { color: rgb(221,8,83); }
H1.HeaderClassName
{
color: #DD0853;
}
.AnyTagClassName
{
color: #DD0853;
}
</style>
background-color css
<style>
a { background-color: #DD0853; }
a { background-color: rgb(221,8,83); }
div.DivClassName
{
background-color: #DD0853;
}
.BgClassName
{
background-color: #DD0853;
}
</style>
border-color css
<style>
span { border-color: #DD0853; }
span { border-color: rgb(221,8,83); }
td.TdClassName
{
border-color: #DD0853;
}
.TagClassName
{
border-color: #DD0853;
}
</style>