Shades of Razzmatazz #D20657
Tints of Razzmatazz #D20657
RGB
CMYK
RGB Variations
Color information
#D20657 (or 0xD20657) is known color: Razzmatazz. HEX triplet: D2, 06 and 57. RGB value is (210,6,87). Sum of RGB (Red+Green+Blue) = 210+6+87=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D20657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20657 is #2DF9A8. Grayscale: #4C4C4C. Windows color (decimal): -3013033 or 5703378. OLE color: 5703378.
HSL color Cylindrical-coordinate representation of color #D20657: hue angle of 336.18º 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 #D20657 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 6 | 87 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.18 |
| HSL | 336.18º | 0.94% | 0.42% | - |
| HSV(B) | 336.18º | 0.97% | 0.82% | - |
| XYZ | 28.36 | 14.52 | 10.32 | - |
| YUV | 76.23 | 134.09 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 6 | 87 | 0 | 0.97 | 0.59 | 0.18 | 336.18 | 0.94 | 0.42 |
| Hex | D2 | 6 | 57 | 0 | 61 | 3B | 12 | 150 | 5E | 2A |
| Octal | 322 | 6 | 127 | 0 | 141 | 73 | 22 | 520 | 136 | 52 |
| Binary | 11010010 | 110 | 1010111 | 0 | 1100001 | 111011 | 10010 | 101010000 | 1011110 | 101010 |
Color Harmonies of #D20657
Complementary color
Monochromatic Colors of #D20657
Black with #D20657
Text Example
Text Example
White with #D20657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20657; }
p { color: rgb(210,6,87); }
H1.HeaderClassName
{
color: #D20657;
}
.AnyTagClassName
{
color: #D20657;
}
</style>
background-color css
<style>
a { background-color: #D20657; }
a { background-color: rgb(210,6,87); }
div.DivClassName
{
background-color: #D20657;
}
.BgClassName
{
background-color: #D20657;
}
</style>
border-color css
<style>
span { border-color: #D20657; }
span { border-color: rgb(210,6,87); }
td.TdClassName
{
border-color: #D20657;
}
.TagClassName
{
border-color: #D20657;
}
</style>