Shades of Razzmatazz #D4085B
Tints of Razzmatazz #D4085B
RGB
CMYK
RGB Variations
Color information
#D4085B (or 0xD4085B) is known color: Razzmatazz. HEX triplet: D4, 08 and 5B. RGB value is (212,8,91). Sum of RGB (Red+Green+Blue) = 212+8+91=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D4085B is #2BF7A4. Grayscale: #4E4E4E. Windows color (decimal): -2881445 or 5966036. OLE color: 5966036.
HSL color Cylindrical-coordinate representation of color #D4085B: hue angle of 335.59º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4085B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 8 | 91 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.17 |
| HSL | 335.59º | 0.93% | 0.43% | - |
| HSV(B) | 335.59º | 0.96% | 0.83% | - |
| XYZ | 29.13 | 14.93 | 11.24 | - |
| YUV | 78.46 | 135.09 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 8 | 91 | 0 | 0.96 | 0.57 | 0.17 | 335.59 | 0.93 | 0.43 |
| Hex | D4 | 8 | 5B | 0 | 60 | 39 | 11 | 150 | 5D | 2B |
| Octal | 324 | 10 | 133 | 0 | 140 | 71 | 21 | 520 | 135 | 53 |
| Binary | 11010100 | 1000 | 1011011 | 0 | 1100000 | 111001 | 10001 | 101010000 | 1011101 | 101011 |
Color Harmonies of #D4085B
Complementary color
Monochromatic Colors of #D4085B
Black with #D4085B
Text Example
Text Example
White with #D4085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4085B; }
p { color: rgb(212,8,91); }
H1.HeaderClassName
{
color: #D4085B;
}
.AnyTagClassName
{
color: #D4085B;
}
</style>
background-color css
<style>
a { background-color: #D4085B; }
a { background-color: rgb(212,8,91); }
div.DivClassName
{
background-color: #D4085B;
}
.BgClassName
{
background-color: #D4085B;
}
</style>
border-color css
<style>
span { border-color: #D4085B; }
span { border-color: rgb(212,8,91); }
td.TdClassName
{
border-color: #D4085B;
}
.TagClassName
{
border-color: #D4085B;
}
</style>