Shades of Razzmatazz #D2005F
Tints of Razzmatazz #D2005F
RGB
CMYK
RGB Variations
Color information
#D2005F (or 0xD2005F) is known color: Razzmatazz. HEX triplet: D2, 00 and 5F. RGB value is (210,0,95). Sum of RGB (Red+Green+Blue) = 210+0+95=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D2005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2005F is #2DFFA0. Grayscale: #494949. Windows color (decimal): -3014561 or 6226130. OLE color: 6226130.
HSL color Cylindrical-coordinate representation of color #D2005F: hue angle of 332.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2005F is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.55 | 0.18 |
| HSL | 332.86º | 1% | 0.41% | - |
| HSV(B) | 332.86º | 1% | 0.82% | - |
| XYZ | 28.64 | 14.53 | 12.12 | - |
| YUV | 73.62 | 140.07 | 225.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 95 | 0 | 1 | 0.55 | 0.18 | 332.86 | 1 | 0.41 |
| Hex | D2 | 0 | 5F | 0 | 64 | 37 | 12 | 14D | 64 | 29 |
| Octal | 322 | 0 | 137 | 0 | 144 | 67 | 22 | 515 | 144 | 51 |
| Binary | 11010010 | 0 | 1011111 | 0 | 1100100 | 110111 | 10010 | 101001101 | 1100100 | 101001 |
Color Harmonies of #D2005F
Complementary color
Monochromatic Colors of #D2005F
Black with #D2005F
Text Example
Text Example
White with #D2005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2005F; }
p { color: rgb(210,0,95); }
H1.HeaderClassName
{
color: #D2005F;
}
.AnyTagClassName
{
color: #D2005F;
}
</style>
background-color css
<style>
a { background-color: #D2005F; }
a { background-color: rgb(210,0,95); }
div.DivClassName
{
background-color: #D2005F;
}
.BgClassName
{
background-color: #D2005F;
}
</style>
border-color css
<style>
span { border-color: #D2005F; }
span { border-color: rgb(210,0,95); }
td.TdClassName
{
border-color: #D2005F;
}
.TagClassName
{
border-color: #D2005F;
}
</style>