Shades of Razzmatazz #D40168
Tints of Razzmatazz #D40168
RGB
CMYK
RGB Variations
Color information
#D40168 (or 0xD40168) is known color: Razzmatazz. HEX triplet: D4, 01 and 68. RGB value is (212,1,104). Sum of RGB (Red+Green+Blue) = 212+1+104=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D40168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40168 is #2BFE97. Grayscale: #4B4B4B. Windows color (decimal): -2883224 or 6816212. OLE color: 6816212.
HSL color Cylindrical-coordinate representation of color #D40168: hue angle of 330.71º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D40168 is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.17 |
| HSL | 330.71º | 0.99% | 0.42% | - |
| HSV(B) | 330.71º | 1% | 0.83% | - |
| XYZ | 29.66 | 15.02 | 14.43 | - |
| YUV | 75.83 | 143.9 | 225.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 104 | 0 | 1.00 | 0.51 | 0.17 | 330.71 | 0.99 | 0.42 |
| Hex | D4 | 1 | 68 | 0 | 64 | 33 | 11 | 14B | 63 | 2A |
| Octal | 324 | 1 | 150 | 0 | 144 | 63 | 21 | 513 | 143 | 52 |
| Binary | 11010100 | 1 | 1101000 | 0 | 1100100 | 110011 | 10001 | 101001011 | 1100011 | 101010 |
Color Harmonies of #D40168
Complementary color
Monochromatic Colors of #D40168
Black with #D40168
Text Example
Text Example
White with #D40168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40168; }
p { color: rgb(212,1,104); }
H1.HeaderClassName
{
color: #D40168;
}
.AnyTagClassName
{
color: #D40168;
}
</style>
background-color css
<style>
a { background-color: #D40168; }
a { background-color: rgb(212,1,104); }
div.DivClassName
{
background-color: #D40168;
}
.BgClassName
{
background-color: #D40168;
}
</style>
border-color css
<style>
span { border-color: #D40168; }
span { border-color: rgb(212,1,104); }
td.TdClassName
{
border-color: #D40168;
}
.TagClassName
{
border-color: #D40168;
}
</style>