Shades of Razzmatazz #D6085D
Tints of Razzmatazz #D6085D
RGB
CMYK
RGB Variations
Color information
#D6085D (or 0xD6085D) is known color: Razzmatazz. HEX triplet: D6, 08 and 5D. RGB value is (214,8,93). Sum of RGB (Red+Green+Blue) = 214+8+93=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6085D is #29F7A2. Grayscale: #4F4F4F. Windows color (decimal): -2750371 or 6097110. OLE color: 6097110.
HSL color Cylindrical-coordinate representation of color #D6085D: hue angle of 335.24º degrees, saturation: 0.93, 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 #D6085D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.16 |
| HSL | 335.24º | 0.93% | 0.44% | - |
| HSV(B) | 335.24º | 0.96% | 0.84% | - |
| XYZ | 29.79 | 15.26 | 11.73 | - |
| YUV | 79.28 | 135.75 | 224.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 8 | 93 | 0 | 0.96 | 0.57 | 0.16 | 335.24 | 0.93 | 0.44 |
| Hex | D6 | 8 | 5D | 0 | 60 | 39 | 10 | 14F | 5D | 2C |
| Octal | 326 | 10 | 135 | 0 | 140 | 71 | 20 | 517 | 135 | 54 |
| Binary | 11010110 | 1000 | 1011101 | 0 | 1100000 | 111001 | 10000 | 101001111 | 1011101 | 101100 |
Color Harmonies of #D6085D
Complementary color
Monochromatic Colors of #D6085D
Black with #D6085D
Text Example
Text Example
White with #D6085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6085D; }
p { color: rgb(214,8,93); }
H1.HeaderClassName
{
color: #D6085D;
}
.AnyTagClassName
{
color: #D6085D;
}
</style>
background-color css
<style>
a { background-color: #D6085D; }
a { background-color: rgb(214,8,93); }
div.DivClassName
{
background-color: #D6085D;
}
.BgClassName
{
background-color: #D6085D;
}
</style>
border-color css
<style>
span { border-color: #D6085D; }
span { border-color: rgb(214,8,93); }
td.TdClassName
{
border-color: #D6085D;
}
.TagClassName
{
border-color: #D6085D;
}
</style>