Shades of Razzmatazz #D30068
Tints of Razzmatazz #D30068
RGB
CMYK
RGB Variations
Color information
#D30068 (or 0xD30068) is known color: Razzmatazz. HEX triplet: D3, 00 and 68. RGB value is (211,0,104). Sum of RGB (Red+Green+Blue) = 211+0+104=315 (41% of max value = 765). Red value is 211 (82.81% from 255 or 66.98% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 211 - color contains mainly: red. Hex color #D30068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D30068 is #2CFF97. Grayscale: #4A4A4A. Windows color (decimal): -2949016 or 6815955. OLE color: 6815955.
HSL color Cylindrical-coordinate representation of color #D30068: hue angle of 330.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D30068 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.51 | 0.17 |
| HSL | 330.43º | 1% | 0.41% | - |
| HSV(B) | 330.43º | 1% | 0.83% | - |
| XYZ | 29.36 | 14.85 | 14.42 | - |
| YUV | 74.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 104 | 0 | 1 | 0.51 | 0.17 | 330.43 | 1 | 0.41 |
| Hex | D3 | 0 | 68 | 0 | 64 | 33 | 11 | 14A | 64 | 29 |
| Octal | 323 | 0 | 150 | 0 | 144 | 63 | 21 | 512 | 144 | 51 |
| Binary | 11010011 | 0 | 1101000 | 0 | 1100100 | 110011 | 10001 | 101001010 | 1100100 | 101001 |
Color Harmonies of #D30068
Complementary color
Monochromatic Colors of #D30068
Black with #D30068
Text Example
Text Example
White with #D30068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30068; }
p { color: rgb(211,0,104); }
H1.HeaderClassName
{
color: #D30068;
}
.AnyTagClassName
{
color: #D30068;
}
</style>
background-color css
<style>
a { background-color: #D30068; }
a { background-color: rgb(211,0,104); }
div.DivClassName
{
background-color: #D30068;
}
.BgClassName
{
background-color: #D30068;
}
</style>
border-color css
<style>
span { border-color: #D30068; }
span { border-color: rgb(211,0,104); }
td.TdClassName
{
border-color: #D30068;
}
.TagClassName
{
border-color: #D30068;
}
</style>