Shades of Razzmatazz #D4045B
Tints of Razzmatazz #D4045B
RGB
CMYK
RGB Variations
Color information
#D4045B (or 0xD4045B) is known color: Razzmatazz. HEX triplet: D4, 04 and 5B. RGB value is (212,4,91). Sum of RGB (Red+Green+Blue) = 212+4+91=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D4045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4045B is #2BFBA4. Grayscale: #4B4B4B. Windows color (decimal): -2882469 or 5965012. OLE color: 5965012.
HSL color Cylindrical-coordinate representation of color #D4045B: hue angle of 334.9º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4045B is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.17 |
| HSL | 334.9º | 0.96% | 0.42% | - |
| HSV(B) | 334.9º | 0.98% | 0.83% | - |
| XYZ | 29.08 | 14.84 | 11.23 | - |
| YUV | 76.11 | 136.41 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 4 | 91 | 0 | 0.98 | 0.57 | 0.17 | 334.9 | 0.96 | 0.42 |
| Hex | D4 | 4 | 5B | 0 | 62 | 39 | 11 | 14F | 60 | 2A |
| Octal | 324 | 4 | 133 | 0 | 142 | 71 | 21 | 517 | 140 | 52 |
| Binary | 11010100 | 100 | 1011011 | 0 | 1100010 | 111001 | 10001 | 101001111 | 1100000 | 101010 |
Color Harmonies of #D4045B
Complementary color
Monochromatic Colors of #D4045B
Black with #D4045B
Text Example
Text Example
White with #D4045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4045B; }
p { color: rgb(212,4,91); }
H1.HeaderClassName
{
color: #D4045B;
}
.AnyTagClassName
{
color: #D4045B;
}
</style>
background-color css
<style>
a { background-color: #D4045B; }
a { background-color: rgb(212,4,91); }
div.DivClassName
{
background-color: #D4045B;
}
.BgClassName
{
background-color: #D4045B;
}
</style>
border-color css
<style>
span { border-color: #D4045B; }
span { border-color: rgb(212,4,91); }
td.TdClassName
{
border-color: #D4045B;
}
.TagClassName
{
border-color: #D4045B;
}
</style>