Shades of Razzmatazz #D4006B
Tints of Razzmatazz #D4006B
RGB
CMYK
RGB Variations
Color information
#D4006B (or 0xD4006B) is known color: Razzmatazz. HEX triplet: D4, 00 and 6B. RGB value is (212,0,107). Sum of RGB (Red+Green+Blue) = 212+0+107=319 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.46% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 212 - color contains mainly: red. Hex color #D4006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4006B is #2BFF94. Grayscale: #4B4B4B. Windows color (decimal): -2883477 or 7012564. OLE color: 7012564.
HSL color Cylindrical-coordinate representation of color #D4006B: hue angle of 329.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4006B is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 0 | 107 | - |
| CMYK | 0 | 1 | 0.50 | 0.17 |
| HSL | 329.72º | 1% | 0.42% | - |
| HSV(B) | 329.72º | 1% | 0.83% | - |
| XYZ | 29.81 | 15.06 | 15.25 | - |
| YUV | 75.59 | 145.74 | 225.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 0 | 107 | 0 | 1 | 0.50 | 0.17 | 329.72 | 1 | 0.42 |
| Hex | D4 | 0 | 6B | 0 | 64 | 32 | 11 | 14A | 64 | 2A |
| Octal | 324 | 0 | 153 | 0 | 144 | 62 | 21 | 512 | 144 | 52 |
| Binary | 11010100 | 0 | 1101011 | 0 | 1100100 | 110010 | 10001 | 101001010 | 1100100 | 101010 |
Color Harmonies of #D4006B
Complementary color
Monochromatic Colors of #D4006B
Black with #D4006B
Text Example
Text Example
White with #D4006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4006B; }
p { color: rgb(212,0,107); }
H1.HeaderClassName
{
color: #D4006B;
}
.AnyTagClassName
{
color: #D4006B;
}
</style>
background-color css
<style>
a { background-color: #D4006B; }
a { background-color: rgb(212,0,107); }
div.DivClassName
{
background-color: #D4006B;
}
.BgClassName
{
background-color: #D4006B;
}
</style>
border-color css
<style>
span { border-color: #D4006B; }
span { border-color: rgb(212,0,107); }
td.TdClassName
{
border-color: #D4006B;
}
.TagClassName
{
border-color: #D4006B;
}
</style>