Shades of Razzmatazz #D2065B
Tints of Razzmatazz #D2065B
RGB
CMYK
RGB Variations
Color information
#D2065B (or 0xD2065B) is known color: Razzmatazz. HEX triplet: D2, 06 and 5B. RGB value is (210,6,91). Sum of RGB (Red+Green+Blue) = 210+6+91=307 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.40% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 210 - color contains mainly: red. Hex color #D2065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2065B is #2DF9A4. Grayscale: #4C4C4C. Windows color (decimal): -3013029 or 5965522. OLE color: 5965522.
HSL color Cylindrical-coordinate representation of color #D2065B: hue angle of 335º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2065B is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 91 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.18 |
| HSL | 335º | 0.94% | 0.42% | - |
| HSV(B) | 335º | 0.97% | 0.82% | - |
| XYZ | 28.53 | 14.59 | 11.21 | - |
| YUV | 76.69 | 136.09 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 91 | 0 | 0.97 | 0.57 | 0.18 | 335 | 0.94 | 0.42 |
| Hex | D2 | 6 | 5B | 0 | 61 | 39 | 12 | 14F | 5E | 2A |
| Octal | 322 | 6 | 133 | 0 | 141 | 71 | 22 | 517 | 136 | 52 |
| Binary | 11010010 | 110 | 1011011 | 0 | 1100001 | 111001 | 10010 | 101001111 | 1011110 | 101010 |
Color Harmonies of #D2065B
Complementary color
Monochromatic Colors of #D2065B
Black with #D2065B
Text Example
Text Example
White with #D2065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2065B; }
p { color: rgb(210,6,91); }
H1.HeaderClassName
{
color: #D2065B;
}
.AnyTagClassName
{
color: #D2065B;
}
</style>
background-color css
<style>
a { background-color: #D2065B; }
a { background-color: rgb(210,6,91); }
div.DivClassName
{
background-color: #D2065B;
}
.BgClassName
{
background-color: #D2065B;
}
</style>
border-color css
<style>
span { border-color: #D2065B; }
span { border-color: rgb(210,6,91); }
td.TdClassName
{
border-color: #D2065B;
}
.TagClassName
{
border-color: #D2065B;
}
</style>