Shades of Razzmatazz #D20350
Tints of Razzmatazz #D20350
RGB
CMYK
RGB Variations
Color information
#D20350 (or 0xD20350) is known color: Razzmatazz. HEX triplet: D2, 03 and 50. RGB value is (210,3,80). Sum of RGB (Red+Green+Blue) = 210+3+80=293 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.67% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 210 - color contains mainly: red. Hex color #D20350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20350 is #2DFCAF. Grayscale: #494949. Windows color (decimal): -3013808 or 5243858. OLE color: 5243858.
HSL color Cylindrical-coordinate representation of color #D20350: hue angle of 337.68º 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 #D20350 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.18 |
| HSL | 337.68º | 0.97% | 0.42% | - |
| HSV(B) | 337.68º | 0.99% | 0.82% | - |
| XYZ | 28.06 | 14.35 | 8.88 | - |
| YUV | 73.67 | 131.58 | 225.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 3 | 80 | 0 | 0.99 | 0.62 | 0.18 | 337.68 | 0.97 | 0.42 |
| Hex | D2 | 3 | 50 | 0 | 63 | 3E | 12 | 152 | 61 | 2A |
| Octal | 322 | 3 | 120 | 0 | 143 | 76 | 22 | 522 | 141 | 52 |
| Binary | 11010010 | 11 | 1010000 | 0 | 1100011 | 111110 | 10010 | 101010010 | 1100001 | 101010 |
Color Harmonies of #D20350
Complementary color
Monochromatic Colors of #D20350
Black with #D20350
Text Example
Text Example
White with #D20350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20350; }
p { color: rgb(210,3,80); }
H1.HeaderClassName
{
color: #D20350;
}
.AnyTagClassName
{
color: #D20350;
}
</style>
background-color css
<style>
a { background-color: #D20350; }
a { background-color: rgb(210,3,80); }
div.DivClassName
{
background-color: #D20350;
}
.BgClassName
{
background-color: #D20350;
}
</style>
border-color css
<style>
span { border-color: #D20350; }
span { border-color: rgb(210,3,80); }
td.TdClassName
{
border-color: #D20350;
}
.TagClassName
{
border-color: #D20350;
}
</style>