Shades of Razzmatazz #D4055B
Tints of Razzmatazz #D4055B
RGB
CMYK
RGB Variations
Color information
#D4055B (or 0xD4055B) is known color: Razzmatazz. HEX triplet: D4, 05 and 5B. RGB value is (212,5,91). Sum of RGB (Red+Green+Blue) = 212+5+91=308 (40% of max value = 765). Red value is 212 (83.20% from 255 or 68.83% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 212 - color contains mainly: red. Hex color #D4055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4055B is #2BFAA4. Grayscale: #4C4C4C. Windows color (decimal): -2882213 or 5965268. OLE color: 5965268.
HSL color Cylindrical-coordinate representation of color #D4055B: hue angle of 335.07º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4055B is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 91 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.17 |
| HSL | 335.07º | 0.95% | 0.43% | - |
| HSV(B) | 335.07º | 0.98% | 0.83% | - |
| XYZ | 29.09 | 14.86 | 11.23 | - |
| YUV | 76.7 | 136.08 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 91 | 0 | 0.98 | 0.57 | 0.17 | 335.07 | 0.95 | 0.43 |
| Hex | D4 | 5 | 5B | 0 | 62 | 39 | 11 | 14F | 5F | 2B |
| Octal | 324 | 5 | 133 | 0 | 142 | 71 | 21 | 517 | 137 | 53 |
| Binary | 11010100 | 101 | 1011011 | 0 | 1100010 | 111001 | 10001 | 101001111 | 1011111 | 101011 |
Color Harmonies of #D4055B
Complementary color
Monochromatic Colors of #D4055B
Black with #D4055B
Text Example
Text Example
White with #D4055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4055B; }
p { color: rgb(212,5,91); }
H1.HeaderClassName
{
color: #D4055B;
}
.AnyTagClassName
{
color: #D4055B;
}
</style>
background-color css
<style>
a { background-color: #D4055B; }
a { background-color: rgb(212,5,91); }
div.DivClassName
{
background-color: #D4055B;
}
.BgClassName
{
background-color: #D4055B;
}
</style>
border-color css
<style>
span { border-color: #D4055B; }
span { border-color: rgb(212,5,91); }
td.TdClassName
{
border-color: #D4055B;
}
.TagClassName
{
border-color: #D4055B;
}
</style>