Shades of Razzmatazz #D60068
Tints of Razzmatazz #D60068
RGB
CMYK
RGB Variations
Color information
#D60068 (or 0xD60068) is known color: Razzmatazz. HEX triplet: D6, 00 and 68. RGB value is (214,0,104). Sum of RGB (Red+Green+Blue) = 214+0+104=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D60068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60068 is #29FF97. Grayscale: #4B4B4B. Windows color (decimal): -2752408 or 6815958. OLE color: 6815958.
HSL color Cylindrical-coordinate representation of color #D60068: hue angle of 330.84º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D60068 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.51 | 0.16 |
| HSL | 330.84º | 1% | 0.42% | - |
| HSV(B) | 330.84º | 1% | 0.84% | - |
| XYZ | 30.23 | 15.3 | 14.46 | - |
| YUV | 75.84 | 143.9 | 226.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 0 | 104 | 0 | 1 | 0.51 | 0.16 | 330.84 | 1 | 0.42 |
| Hex | D6 | 0 | 68 | 0 | 64 | 33 | 10 | 14B | 64 | 2A |
| Octal | 326 | 0 | 150 | 0 | 144 | 63 | 20 | 513 | 144 | 52 |
| Binary | 11010110 | 0 | 1101000 | 0 | 1100100 | 110011 | 10000 | 101001011 | 1100100 | 101010 |
Color Harmonies of #D60068
Complementary color
Monochromatic Colors of #D60068
Black with #D60068
Text Example
Text Example
White with #D60068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60068; }
p { color: rgb(214,0,104); }
H1.HeaderClassName
{
color: #D60068;
}
.AnyTagClassName
{
color: #D60068;
}
</style>
background-color css
<style>
a { background-color: #D60068; }
a { background-color: rgb(214,0,104); }
div.DivClassName
{
background-color: #D60068;
}
.BgClassName
{
background-color: #D60068;
}
</style>
border-color css
<style>
span { border-color: #D60068; }
span { border-color: rgb(214,0,104); }
td.TdClassName
{
border-color: #D60068;
}
.TagClassName
{
border-color: #D60068;
}
</style>