Shades of Razzmatazz #D70265
Tints of Razzmatazz #D70265
RGB
CMYK
RGB Variations
Color information
#D70265 (or 0xD70265) is known color: Razzmatazz. HEX triplet: D7, 02 and 65. RGB value is (215,2,101). Sum of RGB (Red+Green+Blue) = 215+2+101=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D70265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70265 is #28FD9A. Grayscale: #4C4C4C. Windows color (decimal): -2686363 or 6619863. OLE color: 6619863.
HSL color Cylindrical-coordinate representation of color #D70265: hue angle of 332.11º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70265 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.16 |
| HSL | 332.11º | 0.98% | 0.43% | - |
| HSV(B) | 332.11º | 0.99% | 0.84% | - |
| XYZ | 30.4 | 15.43 | 13.69 | - |
| YUV | 76.97 | 141.57 | 226.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 101 | 0 | 0.99 | 0.53 | 0.16 | 332.11 | 0.98 | 0.43 |
| Hex | D7 | 2 | 65 | 0 | 63 | 35 | 10 | 14C | 62 | 2B |
| Octal | 327 | 2 | 145 | 0 | 143 | 65 | 20 | 514 | 142 | 53 |
| Binary | 11010111 | 10 | 1100101 | 0 | 1100011 | 110101 | 10000 | 101001100 | 1100010 | 101011 |
Color Harmonies of #D70265
Complementary color
Monochromatic Colors of #D70265
Black with #D70265
Text Example
Text Example
White with #D70265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70265; }
p { color: rgb(215,2,101); }
H1.HeaderClassName
{
color: #D70265;
}
.AnyTagClassName
{
color: #D70265;
}
</style>
background-color css
<style>
a { background-color: #D70265; }
a { background-color: rgb(215,2,101); }
div.DivClassName
{
background-color: #D70265;
}
.BgClassName
{
background-color: #D70265;
}
</style>
border-color css
<style>
span { border-color: #D70265; }
span { border-color: rgb(215,2,101); }
td.TdClassName
{
border-color: #D70265;
}
.TagClassName
{
border-color: #D70265;
}
</style>