Shades of Razzmatazz #D50168
Tints of Razzmatazz #D50168
RGB
CMYK
RGB Variations
Color information
#D50168 (or 0xD50168) is known color: Razzmatazz. HEX triplet: D5, 01 and 68. RGB value is (213,1,104). Sum of RGB (Red+Green+Blue) = 213+1+104=318 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.98% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 213 - color contains mainly: red. Hex color #D50168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50168 is #2AFE97. Grayscale: #4B4B4B. Windows color (decimal): -2817688 or 6816213. OLE color: 6816213.
HSL color Cylindrical-coordinate representation of color #D50168: hue angle of 330.85º 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 #D50168 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.16 |
| HSL | 330.85º | 0.99% | 0.42% | - |
| HSV(B) | 330.85º | 1% | 0.84% | - |
| XYZ | 29.95 | 15.17 | 14.45 | - |
| YUV | 76.13 | 143.74 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 104 | 0 | 1.00 | 0.51 | 0.16 | 330.85 | 0.99 | 0.42 |
| Hex | D5 | 1 | 68 | 0 | 64 | 33 | 10 | 14B | 63 | 2A |
| Octal | 325 | 1 | 150 | 0 | 144 | 63 | 20 | 513 | 143 | 52 |
| Binary | 11010101 | 1 | 1101000 | 0 | 1100100 | 110011 | 10000 | 101001011 | 1100011 | 101010 |
Color Harmonies of #D50168
Complementary color
Monochromatic Colors of #D50168
Black with #D50168
Text Example
Text Example
White with #D50168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50168; }
p { color: rgb(213,1,104); }
H1.HeaderClassName
{
color: #D50168;
}
.AnyTagClassName
{
color: #D50168;
}
</style>
background-color css
<style>
a { background-color: #D50168; }
a { background-color: rgb(213,1,104); }
div.DivClassName
{
background-color: #D50168;
}
.BgClassName
{
background-color: #D50168;
}
</style>
border-color css
<style>
span { border-color: #D50168; }
span { border-color: rgb(213,1,104); }
td.TdClassName
{
border-color: #D50168;
}
.TagClassName
{
border-color: #D50168;
}
</style>