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