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