Shades of Razzmatazz #D0015E
Tints of Razzmatazz #D0015E
RGB
CMYK
RGB Variations
Color information
#D0015E (or 0xD0015E) is known color: Razzmatazz. HEX triplet: D0, 01 and 5E. RGB value is (208,1,94). Sum of RGB (Red+Green+Blue) = 208+1+94=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0015E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0015E is #2FFEA1. Grayscale: #494949. Windows color (decimal): -3145378 or 6160848. OLE color: 6160848.
HSL color Cylindrical-coordinate representation of color #D0015E: hue angle of 333.04º 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 #D0015E is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 1 | 94 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.18 |
| HSL | 333.04º | 0.99% | 0.41% | - |
| HSV(B) | 333.04º | 1% | 0.82% | - |
| XYZ | 28.04 | 14.24 | 11.86 | - |
| YUV | 73.5 | 139.58 | 223.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 1 | 94 | 0 | 1.00 | 0.55 | 0.18 | 333.04 | 0.99 | 0.41 |
| Hex | D0 | 1 | 5E | 0 | 64 | 37 | 12 | 14D | 63 | 29 |
| Octal | 320 | 1 | 136 | 0 | 144 | 67 | 22 | 515 | 143 | 51 |
| Binary | 11010000 | 1 | 1011110 | 0 | 1100100 | 110111 | 10010 | 101001101 | 1100011 | 101001 |
Color Harmonies of #D0015E
Complementary color
Monochromatic Colors of #D0015E
Black with #D0015E
Text Example
Text Example
White with #D0015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0015E; }
p { color: rgb(208,1,94); }
H1.HeaderClassName
{
color: #D0015E;
}
.AnyTagClassName
{
color: #D0015E;
}
</style>
background-color css
<style>
a { background-color: #D0015E; }
a { background-color: rgb(208,1,94); }
div.DivClassName
{
background-color: #D0015E;
}
.BgClassName
{
background-color: #D0015E;
}
</style>
border-color css
<style>
span { border-color: #D0015E; }
span { border-color: rgb(208,1,94); }
td.TdClassName
{
border-color: #D0015E;
}
.TagClassName
{
border-color: #D0015E;
}
</style>