Shades of Razzmatazz #D20357
Tints of Razzmatazz #D20357
RGB
CMYK
RGB Variations
Color information
#D20357 (or 0xD20357) is known color: Razzmatazz. HEX triplet: D2, 03 and 57. RGB value is (210,3,87). Sum of RGB (Red+Green+Blue) = 210+3+87=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D20357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20357 is #2DFCA8. Grayscale: #4A4A4A. Windows color (decimal): -3013801 or 5702610. OLE color: 5702610.
HSL color Cylindrical-coordinate representation of color #D20357: hue angle of 335.65º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D20357 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 87 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.18 |
| HSL | 335.65º | 0.97% | 0.42% | - |
| HSV(B) | 335.65º | 0.99% | 0.82% | - |
| XYZ | 28.33 | 14.45 | 10.31 | - |
| YUV | 74.47 | 135.08 | 224.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 87 | 0 | 0.99 | 0.59 | 0.18 | 335.65 | 0.97 | 0.42 |
| Hex | D2 | 3 | 57 | 0 | 63 | 3B | 12 | 150 | 61 | 2A |
| Octal | 322 | 3 | 127 | 0 | 143 | 73 | 22 | 520 | 141 | 52 |
| Binary | 11010010 | 11 | 1010111 | 0 | 1100011 | 111011 | 10010 | 101010000 | 1100001 | 101010 |
Color Harmonies of #D20357
Complementary color
Monochromatic Colors of #D20357
Black with #D20357
Text Example
Text Example
White with #D20357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20357; }
p { color: rgb(210,3,87); }
H1.HeaderClassName
{
color: #D20357;
}
.AnyTagClassName
{
color: #D20357;
}
</style>
background-color css
<style>
a { background-color: #D20357; }
a { background-color: rgb(210,3,87); }
div.DivClassName
{
background-color: #D20357;
}
.BgClassName
{
background-color: #D20357;
}
</style>
border-color css
<style>
span { border-color: #D20357; }
span { border-color: rgb(210,3,87); }
td.TdClassName
{
border-color: #D20357;
}
.TagClassName
{
border-color: #D20357;
}
</style>