Shades of Razzmatazz #D5085C
Tints of Razzmatazz #D5085C
RGB
CMYK
RGB Variations
Color information
#D5085C (or 0xD5085C) is known color: Razzmatazz. HEX triplet: D5, 08 and 5C. RGB value is (213,8,92). Sum of RGB (Red+Green+Blue) = 213+8+92=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D5085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5085C is #2AF7A3. Grayscale: #4E4E4E. Windows color (decimal): -2815908 or 6031573. OLE color: 6031573.
HSL color Cylindrical-coordinate representation of color #D5085C: hue angle of 335.41º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D5085C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.16 |
| HSL | 335.41º | 0.93% | 0.43% | - |
| HSV(B) | 335.41º | 0.96% | 0.84% | - |
| XYZ | 29.46 | 15.09 | 11.49 | - |
| YUV | 78.87 | 135.42 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 8 | 92 | 0 | 0.96 | 0.57 | 0.16 | 335.41 | 0.93 | 0.43 |
| Hex | D5 | 8 | 5C | 0 | 60 | 39 | 10 | 14F | 5D | 2B |
| Octal | 325 | 10 | 134 | 0 | 140 | 71 | 20 | 517 | 135 | 53 |
| Binary | 11010101 | 1000 | 1011100 | 0 | 1100000 | 111001 | 10000 | 101001111 | 1011101 | 101011 |
Color Harmonies of #D5085C
Complementary color
Monochromatic Colors of #D5085C
Black with #D5085C
Text Example
Text Example
White with #D5085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5085C; }
p { color: rgb(213,8,92); }
H1.HeaderClassName
{
color: #D5085C;
}
.AnyTagClassName
{
color: #D5085C;
}
</style>
background-color css
<style>
a { background-color: #D5085C; }
a { background-color: rgb(213,8,92); }
div.DivClassName
{
background-color: #D5085C;
}
.BgClassName
{
background-color: #D5085C;
}
</style>
border-color css
<style>
span { border-color: #D5085C; }
span { border-color: rgb(213,8,92); }
td.TdClassName
{
border-color: #D5085C;
}
.TagClassName
{
border-color: #D5085C;
}
</style>