Shades of Razzmatazz #D7065C
Tints of Razzmatazz #D7065C
RGB
CMYK
RGB Variations
Color information
#D7065C (or 0xD7065C) is known color: Razzmatazz. HEX triplet: D7, 06 and 5C. RGB value is (215,6,92). Sum of RGB (Red+Green+Blue) = 215+6+92=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 6 (2.73% from 255 or 1.92% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D7065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7065C is #28F9A3. Grayscale: #4E4E4E. Windows color (decimal): -2685348 or 6031063. OLE color: 6031063.
HSL color Cylindrical-coordinate representation of color #D7065C: hue angle of 335.31º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D7065C is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.16 |
| HSL | 335.31º | 0.95% | 0.43% | - |
| HSV(B) | 335.31º | 0.97% | 0.84% | - |
| XYZ | 30.02 | 15.35 | 11.51 | - |
| YUV | 78.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 92 | 0 | 0.97 | 0.57 | 0.16 | 335.31 | 0.95 | 0.43 |
| Hex | D7 | 6 | 5C | 0 | 61 | 39 | 10 | 14F | 5F | 2B |
| Octal | 327 | 6 | 134 | 0 | 141 | 71 | 20 | 517 | 137 | 53 |
| Binary | 11010111 | 110 | 1011100 | 0 | 1100001 | 111001 | 10000 | 101001111 | 1011111 | 101011 |
Color Harmonies of #D7065C
Complementary color
Monochromatic Colors of #D7065C
Black with #D7065C
Text Example
Text Example
White with #D7065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7065C; }
p { color: rgb(215,6,92); }
H1.HeaderClassName
{
color: #D7065C;
}
.AnyTagClassName
{
color: #D7065C;
}
</style>
background-color css
<style>
a { background-color: #D7065C; }
a { background-color: rgb(215,6,92); }
div.DivClassName
{
background-color: #D7065C;
}
.BgClassName
{
background-color: #D7065C;
}
</style>
border-color css
<style>
span { border-color: #D7065C; }
span { border-color: rgb(215,6,92); }
td.TdClassName
{
border-color: #D7065C;
}
.TagClassName
{
border-color: #D7065C;
}
</style>