Shades of Razzmatazz #D70165
Tints of Razzmatazz #D70165
RGB
CMYK
RGB Variations
Color information
#D70165 (or 0xD70165) is known color: Razzmatazz. HEX triplet: D7, 01 and 65. RGB value is (215,1,101). Sum of RGB (Red+Green+Blue) = 215+1+101=317 (41% of max value = 765). Red value is 215 (84.38% from 255 or 67.82% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 215 - color contains mainly: red. Hex color #D70165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70165 is #28FE9A. Grayscale: #4C4C4C. Windows color (decimal): -2686619 or 6619607. OLE color: 6619607.
HSL color Cylindrical-coordinate representation of color #D70165: hue angle of 331.96º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70165 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.16 |
| HSL | 331.96º | 0.99% | 0.42% | - |
| HSV(B) | 331.96º | 1% | 0.84% | - |
| XYZ | 30.38 | 15.41 | 13.68 | - |
| YUV | 76.39 | 141.9 | 226.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 101 | 0 | 1.00 | 0.53 | 0.16 | 331.96 | 0.99 | 0.42 |
| Hex | D7 | 1 | 65 | 0 | 64 | 35 | 10 | 14C | 63 | 2A |
| Octal | 327 | 1 | 145 | 0 | 144 | 65 | 20 | 514 | 143 | 52 |
| Binary | 11010111 | 1 | 1100101 | 0 | 1100100 | 110101 | 10000 | 101001100 | 1100011 | 101010 |
Color Harmonies of #D70165
Complementary color
Monochromatic Colors of #D70165
Black with #D70165
Text Example
Text Example
White with #D70165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70165; }
p { color: rgb(215,1,101); }
H1.HeaderClassName
{
color: #D70165;
}
.AnyTagClassName
{
color: #D70165;
}
</style>
background-color css
<style>
a { background-color: #D70165; }
a { background-color: rgb(215,1,101); }
div.DivClassName
{
background-color: #D70165;
}
.BgClassName
{
background-color: #D70165;
}
</style>
border-color css
<style>
span { border-color: #D70165; }
span { border-color: rgb(215,1,101); }
td.TdClassName
{
border-color: #D70165;
}
.TagClassName
{
border-color: #D70165;
}
</style>