Shades of Razzmatazz #D70168
Tints of Razzmatazz #D70168
RGB
CMYK
RGB Variations
Color information
#D70168 (or 0xD70168) is known color: Razzmatazz. HEX triplet: D7, 01 and 68. RGB value is (215,1,104). Sum of RGB (Red+Green+Blue) = 215+1+104=320 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.19% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 215 - color contains mainly: red. Hex color #D70168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70168 is #28FE97. Grayscale: #4C4C4C. Windows color (decimal): -2686616 or 6816215. OLE color: 6816215.
HSL color Cylindrical-coordinate representation of color #D70168: hue angle of 331.12º 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 #D70168 is Cyan = 0, Magento = 1.00, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.52 | 0.16 |
| HSL | 331.12º | 0.99% | 0.42% | - |
| HSV(B) | 331.12º | 1% | 0.84% | - |
| XYZ | 30.53 | 15.47 | 14.47 | - |
| YUV | 76.73 | 143.4 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 104 | 0 | 1.00 | 0.52 | 0.16 | 331.12 | 0.99 | 0.42 |
| Hex | D7 | 1 | 68 | 0 | 64 | 34 | 10 | 14B | 63 | 2A |
| Octal | 327 | 1 | 150 | 0 | 144 | 64 | 20 | 513 | 143 | 52 |
| Binary | 11010111 | 1 | 1101000 | 0 | 1100100 | 110100 | 10000 | 101001011 | 1100011 | 101010 |
Color Harmonies of #D70168
Complementary color
Monochromatic Colors of #D70168
Black with #D70168
Text Example
Text Example
White with #D70168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70168; }
p { color: rgb(215,1,104); }
H1.HeaderClassName
{
color: #D70168;
}
.AnyTagClassName
{
color: #D70168;
}
</style>
background-color css
<style>
a { background-color: #D70168; }
a { background-color: rgb(215,1,104); }
div.DivClassName
{
background-color: #D70168;
}
.BgClassName
{
background-color: #D70168;
}
</style>
border-color css
<style>
span { border-color: #D70168; }
span { border-color: rgb(215,1,104); }
td.TdClassName
{
border-color: #D70168;
}
.TagClassName
{
border-color: #D70168;
}
</style>