Shades of Razzmatazz #DD0B4D
Tints of Razzmatazz #DD0B4D
RGB
CMYK
RGB Variations
Color information
#DD0B4D (or 0xDD0B4D) is known color: Razzmatazz. HEX triplet: DD, 0B and 4D. RGB value is (221,11,77). Sum of RGB (Red+Green+Blue) = 221+11+77=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0B4D is #22F4B2. Grayscale: #515151. Windows color (decimal): -2290867 or 5049309. OLE color: 5049309.
HSL color Cylindrical-coordinate representation of color #DD0B4D: hue angle of 341.14º 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 #DD0B4D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 11 | 77 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.13 |
| HSL | 341.14º | 0.91% | 0.45% | - |
| HSV(B) | 341.14º | 0.95% | 0.87% | - |
| XYZ | 31.28 | 16.15 | 8.49 | - |
| YUV | 81.31 | 125.57 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 11 | 77 | 0 | 0.95 | 0.65 | 0.13 | 341.14 | 0.91 | 0.45 |
| Hex | DD | B | 4D | 0 | 5F | 41 | D | 155 | 5B | 2D |
| Octal | 335 | 13 | 115 | 0 | 137 | 101 | 15 | 525 | 133 | 55 |
| Binary | 11011101 | 1011 | 1001101 | 0 | 1011111 | 1000001 | 1101 | 101010101 | 1011011 | 101101 |
Color Harmonies of #DD0B4D
Complementary color
Monochromatic Colors of #DD0B4D
Black with #DD0B4D
Text Example
Text Example
White with #DD0B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0B4D; }
p { color: rgb(221,11,77); }
H1.HeaderClassName
{
color: #DD0B4D;
}
.AnyTagClassName
{
color: #DD0B4D;
}
</style>
background-color css
<style>
a { background-color: #DD0B4D; }
a { background-color: rgb(221,11,77); }
div.DivClassName
{
background-color: #DD0B4D;
}
.BgClassName
{
background-color: #DD0B4D;
}
</style>
border-color css
<style>
span { border-color: #DD0B4D; }
span { border-color: rgb(221,11,77); }
td.TdClassName
{
border-color: #DD0B4D;
}
.TagClassName
{
border-color: #DD0B4D;
}
</style>