Shades of Razzmatazz #DD0A4B
Tints of Razzmatazz #DD0A4B
RGB
CMYK
RGB Variations
Color information
#DD0A4B (or 0xDD0A4B) is known color: Razzmatazz. HEX triplet: DD, 0A and 4B. RGB value is (221,10,75). Sum of RGB (Red+Green+Blue) = 221+10+75=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 10 (4.30% from 255 or 3.27% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0A4B is #22F5B4. Grayscale: #505050. Windows color (decimal): -2291125 or 4917981. OLE color: 4917981.
HSL color Cylindrical-coordinate representation of color #DD0A4B: hue angle of 341.52º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A4B is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 10 | 75 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.13 |
| HSL | 341.52º | 0.91% | 0.45% | - |
| HSV(B) | 341.52º | 0.95% | 0.87% | - |
| XYZ | 31.2 | 16.1 | 8.12 | - |
| YUV | 80.5 | 124.9 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 10 | 75 | 0 | 0.95 | 0.66 | 0.13 | 341.52 | 0.91 | 0.45 |
| Hex | DD | A | 4B | 0 | 5F | 42 | D | 156 | 5B | 2D |
| Octal | 335 | 12 | 113 | 0 | 137 | 102 | 15 | 526 | 133 | 55 |
| Binary | 11011101 | 1010 | 1001011 | 0 | 1011111 | 1000010 | 1101 | 101010110 | 1011011 | 101101 |
Color Harmonies of #DD0A4B
Complementary color
Monochromatic Colors of #DD0A4B
Black with #DD0A4B
Text Example
Text Example
White with #DD0A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0A4B; }
p { color: rgb(221,10,75); }
H1.HeaderClassName
{
color: #DD0A4B;
}
.AnyTagClassName
{
color: #DD0A4B;
}
</style>
background-color css
<style>
a { background-color: #DD0A4B; }
a { background-color: rgb(221,10,75); }
div.DivClassName
{
background-color: #DD0A4B;
}
.BgClassName
{
background-color: #DD0A4B;
}
</style>
border-color css
<style>
span { border-color: #DD0A4B; }
span { border-color: rgb(221,10,75); }
td.TdClassName
{
border-color: #DD0A4B;
}
.TagClassName
{
border-color: #DD0A4B;
}
</style>