Shades of Razzmatazz #D6095B
Tints of Razzmatazz #D6095B
RGB
CMYK
RGB Variations
Color information
#D6095B (or 0xD6095B) is known color: Razzmatazz. HEX triplet: D6, 09 and 5B. RGB value is (214,9,91). Sum of RGB (Red+Green+Blue) = 214+9+91=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6095B is #29F6A4. Grayscale: #4F4F4F. Windows color (decimal): -2750117 or 5966294. OLE color: 5966294.
HSL color Cylindrical-coordinate representation of color #D6095B: hue angle of 336º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6095B is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 91 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.16 |
| HSL | 336º | 0.92% | 0.44% | - |
| HSV(B) | 336º | 0.96% | 0.84% | - |
| XYZ | 29.72 | 15.25 | 11.27 | - |
| YUV | 79.64 | 134.42 | 223.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 91 | 0 | 0.96 | 0.57 | 0.16 | 336 | 0.92 | 0.44 |
| Hex | D6 | 9 | 5B | 0 | 60 | 39 | 10 | 150 | 5C | 2C |
| Octal | 326 | 11 | 133 | 0 | 140 | 71 | 20 | 520 | 134 | 54 |
| Binary | 11010110 | 1001 | 1011011 | 0 | 1100000 | 111001 | 10000 | 101010000 | 1011100 | 101100 |
Color Harmonies of #D6095B
Complementary color
Monochromatic Colors of #D6095B
Black with #D6095B
Text Example
Text Example
White with #D6095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6095B; }
p { color: rgb(214,9,91); }
H1.HeaderClassName
{
color: #D6095B;
}
.AnyTagClassName
{
color: #D6095B;
}
</style>
background-color css
<style>
a { background-color: #D6095B; }
a { background-color: rgb(214,9,91); }
div.DivClassName
{
background-color: #D6095B;
}
.BgClassName
{
background-color: #D6095B;
}
</style>
border-color css
<style>
span { border-color: #D6095B; }
span { border-color: rgb(214,9,91); }
td.TdClassName
{
border-color: #D6095B;
}
.TagClassName
{
border-color: #D6095B;
}
</style>