Shades of Razzmatazz #D2065C
Tints of Razzmatazz #D2065C
RGB
CMYK
RGB Variations
Color information
#D2065C (or 0xD2065C) is known color: Razzmatazz. HEX triplet: D2, 06 and 5C. RGB value is (210,6,92). Sum of RGB (Red+Green+Blue) = 210+6+92=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D2065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2065C is #2DF9A3. Grayscale: #4C4C4C. Windows color (decimal): -3013028 or 6031058. OLE color: 6031058.
HSL color Cylindrical-coordinate representation of color #D2065C: hue angle of 334.71º 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 #D2065C is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.18 |
| HSL | 334.71º | 0.94% | 0.42% | - |
| HSV(B) | 334.71º | 0.97% | 0.82% | - |
| XYZ | 28.58 | 14.6 | 11.44 | - |
| YUV | 76.8 | 136.59 | 223.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 92 | 0 | 0.97 | 0.56 | 0.18 | 334.71 | 0.94 | 0.42 |
| Hex | D2 | 6 | 5C | 0 | 61 | 38 | 12 | 14F | 5E | 2A |
| Octal | 322 | 6 | 134 | 0 | 141 | 70 | 22 | 517 | 136 | 52 |
| Binary | 11010010 | 110 | 1011100 | 0 | 1100001 | 111000 | 10010 | 101001111 | 1011110 | 101010 |
Color Harmonies of #D2065C
Complementary color
Monochromatic Colors of #D2065C
Black with #D2065C
Text Example
Text Example
White with #D2065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2065C; }
p { color: rgb(210,6,92); }
H1.HeaderClassName
{
color: #D2065C;
}
.AnyTagClassName
{
color: #D2065C;
}
</style>
background-color css
<style>
a { background-color: #D2065C; }
a { background-color: rgb(210,6,92); }
div.DivClassName
{
background-color: #D2065C;
}
.BgClassName
{
background-color: #D2065C;
}
</style>
border-color css
<style>
span { border-color: #D2065C; }
span { border-color: rgb(210,6,92); }
td.TdClassName
{
border-color: #D2065C;
}
.TagClassName
{
border-color: #D2065C;
}
</style>