Shades of Razzmatazz #D0015D
Tints of Razzmatazz #D0015D
RGB
CMYK
RGB Variations
Color information
#D0015D (or 0xD0015D) is known color: Razzmatazz. HEX triplet: D0, 01 and 5D. RGB value is (208,1,93). Sum of RGB (Red+Green+Blue) = 208+1+93=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0015D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0015D is #2FFEA2. Grayscale: #494949. Windows color (decimal): -3145379 or 6095312. OLE color: 6095312.
HSL color Cylindrical-coordinate representation of color #D0015D: hue angle of 333.33º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0015D is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 93 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.18 |
| HSL | 333.33º | 0.99% | 0.41% | - |
| HSV(B) | 333.33º | 1% | 0.82% | - |
| XYZ | 28 | 14.22 | 11.63 | - |
| YUV | 73.38 | 139.08 | 224.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 93 | 0 | 1.00 | 0.55 | 0.18 | 333.33 | 0.99 | 0.41 |
| Hex | D0 | 1 | 5D | 0 | 64 | 37 | 12 | 14D | 63 | 29 |
| Octal | 320 | 1 | 135 | 0 | 144 | 67 | 22 | 515 | 143 | 51 |
| Binary | 11010000 | 1 | 1011101 | 0 | 1100100 | 110111 | 10010 | 101001101 | 1100011 | 101001 |
Color Harmonies of #D0015D
Complementary color
Monochromatic Colors of #D0015D
Black with #D0015D
Text Example
Text Example
White with #D0015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0015D; }
p { color: rgb(208,1,93); }
H1.HeaderClassName
{
color: #D0015D;
}
.AnyTagClassName
{
color: #D0015D;
}
</style>
background-color css
<style>
a { background-color: #D0015D; }
a { background-color: rgb(208,1,93); }
div.DivClassName
{
background-color: #D0015D;
}
.BgClassName
{
background-color: #D0015D;
}
</style>
border-color css
<style>
span { border-color: #D0015D; }
span { border-color: rgb(208,1,93); }
td.TdClassName
{
border-color: #D0015D;
}
.TagClassName
{
border-color: #D0015D;
}
</style>